We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28ac676 commit 0d1993eCopy full SHA for 0d1993e
veadk/tools/builtin_tools/image_generate.py
@@ -109,6 +109,8 @@ def handle_single_task_sync(
109
inputs["watermark"] = watermark
110
if sequential_image_generation:
111
inputs["sequential_image_generation"] = sequential_image_generation
112
+ if image_field is not None:
113
+ inputs["image"] = [image_field]
114
115
with tracer.start_as_current_span(f"call_llm_task_{idx}") as span:
116
try:
0 commit comments