From dc144d6d9c6363ca844ab82fa3a6378ac52d8855 Mon Sep 17 00:00:00 2001 From: Saifeddine ALOUI Date: Fri, 27 Sep 2024 11:44:28 +0200 Subject: [PATCH] Update lollms_tti.py --- lollms/server/endpoints/lollms_tti.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lollms/server/endpoints/lollms_tti.py b/lollms/server/endpoints/lollms_tti.py index 2d7add4..878c73c 100644 --- a/lollms/server/endpoints/lollms_tti.py +++ b/lollms/server/endpoints/lollms_tti.py @@ -103,5 +103,6 @@ def build_image(prompt, negative_prompt, width, height, return_format="markdown" return None # Handle other return formats if needed except Exception as ex: # Log the exception + trace_exception(ex) print(f"Error in build_image: {str(ex)}") return None