Skip to content

Commit

Permalink
feat: add image output
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxiao committed Jul 14, 2022
1 parent 402cd43 commit 0c71c11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions discoart/helper.py
Expand Up @@ -481,9 +481,9 @@ def show_result_summary(_da, _name, _args):
Final results and intermediate results are created under the current working directory, e.g.
```text
- ./{_name}/[i]-step-[i].png
- ./{_name}/[i]-progress.png
- ./{_name}/[i]-done.png
./{_name}/[i]-step-[i].png
./{_name}/[i]-progress.png
./{_name}/[i]-done.png
```
where:
Expand Down

0 comments on commit 0c71c11

Please sign in to comment.