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 f48d723 commit 631b9aeCopy full SHA for 631b9ae
comfy_api_nodes/nodes_rodin.py
@@ -540,7 +540,7 @@ async def api_call(
540
**kwargs)
541
await self.poll_for_task_status(subscription_key, **kwargs)
542
download_list = await self.get_rodin_download_list(task_uuid, **kwargs)
543
- model = await self.download_files(download_list)
+ model = await self.download_files(download_list, task_uuid)
544
545
return (model,)
546
0 commit comments