mirror of
https://github.com/ParisNeo/lollms.git
synced 2025-01-20 19:49:25 +00:00
Update generate_image.py
This commit is contained in:
parent
0d2aded01e
commit
c70a6ddf24
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user