auto-save 2026-05-14 13:10 (~5)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user