Add frame number validation in video generation and update Gemma3 text encoder to use validated mlx-vlm implementation

This commit is contained in:
Prince Canuma
2026-01-13 17:12:11 +01:00
parent 61b003ff2c
commit 01d895bc77
4 changed files with 1546 additions and 197 deletions

View File

@@ -18,7 +18,8 @@ dependencies = [
"transformers[tokenizers]",
"tqdm",
"opencv-python>=4.12.0.88",
"Pillow>=10.3.0"
"Pillow>=10.3.0",
"mlx-vlm"
]
license = {text="MIT"}
authors = [