Skip to content

Commit

Permalink
'dict' and 'str' CompVis#221
Browse files Browse the repository at this point in the history
  • Loading branch information
hlky committed Sep 1, 2022
1 parent 5116909 commit e1d08e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webui.py
Original file line number Diff line number Diff line change
Expand Up @@ -995,7 +995,7 @@ def process_images(
Peak memory usage: { -(mem_max_used // -1_048_576) } MiB / { -(mem_total // -1_048_576) } MiB / { round(mem_max_used/mem_total*100, 3) }%'''

for comment in comments:
info += "\n\n" + comment
info['text'] += "\n\n" + comment

#mem_mon.stop()
#del mem_mon
Expand Down

0 comments on commit e1d08e7

Please sign in to comment.