Commit cb70bfa
[bugfix] SSIM utils: pass output_media_name to _remove_stale_generated_video
Both run_text_to_video_similarity_test and run_image_to_video_similarity_test
define output_media_name but passed the never-assigned output_video_name to
_remove_stale_generated_video, a NameError that crashed the FLUX SSIM test
before generation. Leftover from the video->media rename.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent aaea329 commit cb70bfa
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
259 | | - | |
| 259 | + | |
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
| |||
333 | 333 | | |
334 | 334 | | |
335 | 335 | | |
336 | | - | |
| 336 | + | |
337 | 337 | | |
338 | 338 | | |
339 | 339 | | |
| |||
0 commit comments