From 31c4c7f35c08a00d19e616e25db551101b85eba9 Mon Sep 17 00:00:00 2001 From: Alkohole <59339504+Alkohole@users.noreply.github.com> Date: Wed, 15 Jan 2025 13:32:48 +0100 Subject: [PATCH] Fix Fix problems with user picture cache --- modules/html_generator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/html_generator.py b/modules/html_generator.py index 29973412..4a40240c 100644 --- a/modules/html_generator.py +++ b/modules/html_generator.py @@ -352,7 +352,7 @@ def generate_cai_chat_html(history, name1, name2, style, character, reset_cache= ) img_me = ( - f'' + f'' if Path("cache/pfp_me.png").exists() else '' )