Skip to content

Commit

Permalink
Update sd_save_intermediate_images.py
Browse files Browse the repository at this point in the history
  • Loading branch information
heloess authored Jun 20, 2024
1 parent 6b3f7fa commit 2a2094f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/sd_save_intermediate_images.py
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ def callback_state(self, d):
logger.debug(f"batch_count, iteration, batch_size, batch_pos: {p.n_iter}, {p.iteration}, {p.batch_size}, {index}")

# Inits per seed
if abs_step == 0:
if abs_step == 0:
if opts.save_images_add_number:
digits = 5
else:
Expand Down

0 comments on commit 2a2094f

Please sign in to comment.