From c0b771baee283498c6022263a43205b3d9e519b8 Mon Sep 17 00:00:00 2001 From: DKnight54 <126916963+DKnight54@users.noreply.github.com> Date: Mon, 27 Jan 2025 01:13:12 +0800 Subject: [PATCH] Update accel_sdxl_gen_img_v2.py --- accel_sdxl_gen_img_v2.py | 1 - 1 file changed, 1 deletion(-) diff --git a/accel_sdxl_gen_img_v2.py b/accel_sdxl_gen_img_v2.py index fae18d8e..d0a3d2fd 100644 --- a/accel_sdxl_gen_img_v2.py +++ b/accel_sdxl_gen_img_v2.py @@ -2441,7 +2441,6 @@ def main(args): prompt_index = 0 global_step = 0 batch_data = [] - logger.info(f"args.interactive: {args.interactive}, (prompt_index: {prompt_index} < len(prompt_list): {len(prompt_list)} and not distributed_state.is_main_process: {not distributed_state.is_main_process})") while args.interactive or (prompt_index < len(prompt_list) and (not distributed_state.is_main_process or distributed_state.num_processes == 1)): if len(prompt_list) == 0: # interactive