From ca7f2cc01fbd50745f282eca2e9c04952d90cbb7 Mon Sep 17 00:00:00 2001 From: CalamitousFelicitousness Date: Fri, 14 Aug 2026 01:15:40 +0100 Subject: [PATCH] fix(video): hide minimax from the generic engine dropdown --- modules/video_models/video_ui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/video_models/video_ui.py b/modules/video_models/video_ui.py index e3bdf2a78..e0aa01e83 100644 --- a/modules/video_models/video_ui.py +++ b/modules/video_models/video_ui.py @@ -11,7 +11,7 @@ debug = log.trace if os.environ.get('SD_VIDEO_DEBUG', None) is not None else lam # Engines surfaced on their own dedicated tab; hide from the general Video tab dropdown # so users aren't offered two paths to the same models. -HIDDEN_ENGINES = {'LTX Video'} +HIDDEN_ENGINES = {'LTX Video', 'MiniMax'} def visible_engines():