From c70a6ddf2407c5e084df097e182a710ec73372eb Mon Sep 17 00:00:00 2001 From: Saifeddine ALOUI Date: Sun, 16 Jun 2024 01:42:17 +0200 Subject: [PATCH] Update generate_image.py --- lollms/functions/generate_image.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lollms/functions/generate_image.py b/lollms/functions/generate_image.py index 91a7ae5..4b76844 100644 --- a/lollms/functions/generate_image.py +++ b/lollms/functions/generate_image.py @@ -78,7 +78,8 @@ def build_image(prompt, negative_prompt, width, height, processor:APScript, clie processor.step_end("Loading comfyui service") processor.step_start("Painting") file = processor.personality.app.tti.paint( - prompt, + prompt, + negative_prompt, width = width, height = height, output_path=client.discussion.discussion_folder