feat(ai-studio): resume hosted image jobs
This commit is contained in:
@@ -120,7 +120,11 @@ def resume_image_jobs(
|
||||
should_stop=None,
|
||||
on_event=None,
|
||||
):
|
||||
jobs = image_studio.list_resumable_jobs(path=path, project_id=project_id)
|
||||
jobs = image_studio.list_resumable_jobs(
|
||||
path=path,
|
||||
project_id=project_id,
|
||||
include_failed_downloads=True,
|
||||
)
|
||||
return run_jobs(
|
||||
jobs,
|
||||
aspect_ratio=aspect_ratio,
|
||||
|
||||
Reference in New Issue
Block a user