mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-10 19:36:53 +08:00
fix: missing prompt (#2294)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user