mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-12-16 17:42:58 +08:00
fix(Rodin3D-Gen2): missing "task_uuid" parameter (#10128)
This commit is contained in:
parent
f48d7230de
commit
631b9ae861
@ -540,7 +540,7 @@ class Rodin3D_Gen2(Rodin3DAPI):
|
||||
**kwargs)
|
||||
await self.poll_for_task_status(subscription_key, **kwargs)
|
||||
download_list = await self.get_rodin_download_list(task_uuid, **kwargs)
|
||||
model = await self.download_files(download_list)
|
||||
model = await self.download_files(download_list, task_uuid)
|
||||
|
||||
return (model,)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user