mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-11 18:59:12 +08:00
fix: missing prompt (#2294)
This commit is contained in:
parent
0518da5819
commit
cb27571e9f
@ -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…
x
Reference in New Issue
Block a user