mirror of
https://github.com/vladmandic/automatic
synced 2026-08-31 17:41:06 +02:00
ba4436916d
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