mirror of
https://github.com/open-webui/open-webui.git
synced 2025-04-12 13:59:07 +02:00
fix
This commit is contained in:
parent
c36f83df5b
commit
85b4129219
@ -298,7 +298,8 @@ def get_models(user=Depends(get_verified_user)):
|
||||
|
||||
for node in app.state.config.COMFYUI_WORKFLOW_NODES:
|
||||
if node["type"] == "model":
|
||||
model_node_id = node["node_ids"][0]
|
||||
if node["node_ids"]:
|
||||
model_node_id = node["node_ids"][0]
|
||||
break
|
||||
|
||||
if model_node_id:
|
||||
|
Loading…
x
Reference in New Issue
Block a user