1

[Mac / MLX] Hardcoded wrong path typo (ltx-2-mix) and unexpected keyword argument 'fps' in video_vae decode

@f126511533posted 5/18/2026, 12:34:22 PM·2 replies

Environment :Hardware: Mac mini M4 (32GB Unified Memory)Launcher: Pinokio / Manual Terminal

Bug Description :
1.When running manually from Terminal:It raises FileNotFoundError due to a hardcoded typo in the launch scripts/dependencies (ltx-2-mix instead of ltx-2-mlx, and looking for .venv instead of env).

Error errno2 no such file or directory: /users/hushichang/pinokio/api/phosphene.git/ltx-2-mix/.venv/bin/python3.11

2.When running natively inside Pinokio:It successfully bypasses the path typo but crashes right at the end of the video generation phase (during VAE decode and save). The sub-pipeline (ti2vid_one_stage.py / t2vid_one_stage.py) still passes frame_rate=frame_rate, but the updated patches or base class expect fps (or vice versa), leading to a signature mismatch.

Type Error: BasePipeline._decode_and_save_video() got an unexpected keyword argument 'fps'

Suggested Fix :Please fix the naming drift between fps and frame_rate inside patch_ltx_codec.py and the pipeline classes to ensure upstream ltx-core-mlx compatibility.Fix the directory typo ltx-2-mix back to ltx-2-mlx in the internal python executable lookup paths.

Replies (2)
Up to 10 files, 25MB each. Images are optimized; GIFs -> MP4; videos 720p (max 120s).
[Mac / MLX] Hardcoded wrong path typo (ltx-2-mix) and unexpected keyword argument 'fps' in video_vae decode · Pinokio