fix: missing prompt (#2294)
This commit is contained in:
parent
0518da5819
commit
cb27571e9f
@ -188,6 +188,8 @@ class StableDiffusionTool(BuiltinTool):
|
|||||||
|
|
||||||
if lora:
|
if lora:
|
||||||
draw_options['prompt'] = f'{lora},{prompt}'
|
draw_options['prompt'] = f'{lora},{prompt}'
|
||||||
|
else:
|
||||||
|
draw_options['prompt'] = prompt
|
||||||
|
|
||||||
draw_options['width'] = width
|
draw_options['width'] = width
|
||||||
draw_options['height'] = height
|
draw_options['height'] = height
|
||||||
|
Loading…
Reference in New Issue
Block a user