Files
automatic/modules/control
CalamitousFelicitousness ba4436916d fix(control): prevent duplicate save_video and unmask video module shadow
When a video script (animatediff, text2video, image2video, stablevideodiffusion)
runs via Control tab, both the script's save and control_run's end-of-run save
fired. The latter crashed silently because the local `video` cv2 capture name at
control_run:584 shadowed the modules.video import, so the duplicate was hidden
and the gallery video link never propagated.

- alias import as video_module to bypass the shadow
- p.video_saved marker set by each script
- control_run skips its end-of-run save when the marker is set
2026-04-27 01:32:30 +01:00
..
2026-04-12 19:06:09 +02:00
2026-03-24 15:01:07 +01:00
2026-04-06 01:06:19 -07:00
2026-02-19 11:09:13 +01:00
2026-02-19 11:09:13 +01:00
2026-03-25 13:47:27 -07:00
2025-10-29 11:40:20 -04:00