mirror of
https://github.com/ParisNeo/lollms.git
synced 2025-02-01 08:48:19 +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_end("Loading comfyui service")
|
||||||
processor.step_start("Painting")
|
processor.step_start("Painting")
|
||||||
file = processor.personality.app.tti.paint(
|
file = processor.personality.app.tti.paint(
|
||||||
prompt,
|
prompt,
|
||||||
|
negative_prompt,
|
||||||
width = width,
|
width = width,
|
||||||
height = height,
|
height = height,
|
||||||
output_path=client.discussion.discussion_folder
|
output_path=client.discussion.discussion_folder
|
||||||
|
Loading…
x
Reference in New Issue
Block a user