fix: missing prompt (#2294)

pull/2298/head
Yeuoly 2 years ago committed by GitHub
parent 0518da5819
commit cb27571e9f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -188,6 +188,8 @@ class StableDiffusionTool(BuiltinTool):
if lora:
draw_options['prompt'] = f'{lora},{prompt}'
else:
draw_options['prompt'] = prompt
draw_options['width'] = width
draw_options['height'] = height

Loading…
Cancel
Save