Skip to content

Commit

Permalink
Merge pull request #17 from Michoko92/show-some-progress-even-with-me…
Browse files Browse the repository at this point in the history
…dvram-or-lowvram

Show some progress even with medvram or lowvram
  • Loading branch information
eaglgenes101 authored Dec 6, 2022
2 parents 81826d6 + c9f6337 commit 2c65dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/shared.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def set_current_image(self):
self.do_set_current_image()

def do_set_current_image(self):
if not parallel_processing_allowed:
if not parallel_processing_allowed and opts.show_progress_every_n_steps > 0:
return
if self.current_latent is None:
return
Expand Down

0 comments on commit 2c65dca

Please sign in to comment.