mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-12 04:58:59 +08:00
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…
x
Reference in New Issue
Block a user