From 4594ef9c9d4f55b4d039c25d7d0be5b36eb382ab Mon Sep 17 00:00:00 2001 From: DKnight54 <126916963+DKnight54@users.noreply.github.com> Date: Sun, 2 Feb 2025 01:29:25 +0800 Subject: [PATCH] Update accel_sdxl_gen_img.py --- accel_sdxl_gen_img.py | 1 - 1 file changed, 1 deletion(-) diff --git a/accel_sdxl_gen_img.py b/accel_sdxl_gen_img.py index 379e123b..79663609 100644 --- a/accel_sdxl_gen_img.py +++ b/accel_sdxl_gen_img.py @@ -2876,7 +2876,6 @@ def main(args): ext_separated_list_of_batches = [] if len(prompt_data_list) > 0 and distributed_state.is_main_process: unique_extinfo = list(set(extinfo)) - logger.info(f"Device {distributed_state.device}, prompt_data_list line 2880: {len(prompt_data_list)}, len(unique_extinfo): {len(unique_extinfo)}") # splits list of prompts into sublists where BatchDataExt ext is identical for i in range(len(unique_extinfo)): templist = []