Skip to content

Commit

Permalink
fix: add name to output
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxiao committed Jul 30, 2022
1 parent 3056aa6 commit a09e0bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discoart/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ def cond_fn(x, t, **kwargs):
else:
sample_fn = diffusion.plms_sample_loop_progressive

logger.info('creating artworks...')
logger.info(f'creating artworks `{args.name_docarray}`...')

is_busy_evs = [threading.Event() for _ in range(3)]

Expand Down

0 comments on commit a09e0bd

Please sign in to comment.