mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 13:55:19 +00:00
fix
This commit is contained in:
parent
95cf90d787
commit
3f0b7b29db
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ async def comfyui_generate_image(
|
||||||
else random.randint(0, 18446744073709551614)
|
else random.randint(0, 18446744073709551614)
|
||||||
)
|
)
|
||||||
for node_id in node.node_ids:
|
for node_id in node.node_ids:
|
||||||
workflow[node.node_id]["inputs"][node.key] = seed
|
workflow[node_id]["inputs"][node.key] = seed
|
||||||
else:
|
else:
|
||||||
for node_id in node.node_ids:
|
for node_id in node.node_ids:
|
||||||
workflow[node_id]["inputs"][node.key] = node.value
|
workflow[node_id]["inputs"][node.key] = node.value
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue