Update sdxl_gen_img.py

This commit is contained in:
DKnight54
2025-01-25 00:22:59 +08:00
committed by GitHub
parent 66d4a62792
commit d1e365081a

View File

@@ -2820,9 +2820,9 @@ def main(args):
if len(batch_data) == args.batch_size:
prev_image = process_batch(batch_data, highres_fix)[0]
batch_data.clear()
global_step += 1
logger.info(f"Global Step: {global_step}")
global_step += 1
prompt_index += 1