Skip to content

Commit 631b9ae

Browse files
authored
fix(Rodin3D-Gen2): missing "task_uuid" parameter (#10128)
1 parent f48d723 commit 631b9ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

comfy_api_nodes/nodes_rodin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ async def api_call(
540540
**kwargs)
541541
await self.poll_for_task_status(subscription_key, **kwargs)
542542
download_list = await self.get_rodin_download_list(task_uuid, **kwargs)
543-
model = await self.download_files(download_list)
543+
model = await self.download_files(download_list, task_uuid)
544544

545545
return (model,)
546546

0 commit comments

Comments
 (0)