mirror of
https://github.com/vladmandic/automatic
synced 2026-09-20 01:31:13 +02:00
update logs styles infotext
Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
@@ -42,7 +42,7 @@ def return_stats(t: float = None):
|
||||
ram = shared.ram_stats()
|
||||
if ram['used'] > 0:
|
||||
cpu += f"| RAM {ram['used']} GB {round(100.0 * ram['used'] / ram['total'])}%"
|
||||
return f"<div class='performance'><p>Time: {elapsed_text} | {summary} {gpu} {cpu}</p></div>"
|
||||
return f"<div class='performance'><p>{elapsed_text} {summary} {gpu} {cpu}</p></div>"
|
||||
|
||||
|
||||
def return_controls(res, t: float = None):
|
||||
|
||||
Reference in New Issue
Block a user