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