auto-save 2026-05-14 13:10 (~5)

This commit is contained in:
2026-05-14 13:10:42 +08:00
parent 69e73d44e6
commit 646f945fe9
5 changed files with 171 additions and 168 deletions

View File

@@ -3677,7 +3677,7 @@ def generate_storyboard_video(job_id: str, idx: int, req: GenerateStoryboardVide
product_ref_paths = [p for p in (storyboard_ref_path(job_id, r) for r in raw_product_refs) if p]
subject_ref_paths = [p for p in (storyboard_ref_path(job_id, r) for r in req.subject_images[:8]) if p]
reference_ref_paths = []
seen_ref_paths: set[str] = set()
seen_ref_paths: set[str] = {str(ref_path)}
for p in [*subject_ref_paths, *product_ref_paths]:
key = str(p)
if key not in seen_ref_paths: