update logs styles infotext

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2025-02-24 08:24:11 -05:00
parent 10626270c0
commit c11952ad5b
14 changed files with 20 additions and 19 deletions
+1 -1
View File
@@ -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):