Skip to content

Commit

Permalink
Update accel_sdxl_gen_img.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DKnight54 authored Feb 2, 2025
1 parent 9d5c051 commit 07a2e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accel_sdxl_gen_img.py
Original file line number Diff line number Diff line change
Expand Up @@ -2924,7 +2924,7 @@ def scale_and_round(x):
logger.info(f"Image: {batches[j][i].global_count}\nDevice {distributed_state.device}: Prompt {i+1}: {batches[j][i].base.prompt}\nNegative Prompt: {batches[j][i].base.negative_prompt}\nSeed: {batches[j][i].base.seed}")
prev_image = process_batch(batch_list[j], highres_fix)[0]

distributed_state.wait_for_everyone()
distributed_state.wait_for_everyone()
#for i in range(len(data_loader)):
# logger.info(f"Loading Batch {i+1} of {len(data_loader)}")
# prompt_data_list_split.append(data_loader[i])
Expand Down

0 comments on commit 07a2e35

Please sign in to comment.