Add unified MLX model format and audio-video generation improvements#18
Open
james-see wants to merge 5 commits intoBlaizzy:mainfrom
Open
Add unified MLX model format and audio-video generation improvements#18james-see wants to merge 5 commits intoBlaizzy:mainfrom
james-see wants to merge 5 commits intoBlaizzy:mainfrom
Conversation
added 5 commits
January 29, 2026 03:51
- Add unified MLX model conversion that creates single model.safetensors - Support loading from unified MLX format in generate_av.py - Fix conversion bug that included quantized weights (fp4/fp8 scale keys) - Add local path support in get_model_path (tilde expansion) - Update README with MLX model conversion and usage instructions - Add soundfile dependency for audio processing - Add CLI entry points for generate_av and convert commands The unified format provides: - Faster loading (single file vs multiple) - Pre-sanitized weights (no on-the-fly transformation) - Easy sharing via HuggingFace
- Add GitHub Actions workflow to publish to PyPI on tagged releases - Export generate_video and generate_video_with_audio functions - Bump version to 0.1.0 for first PyPI release
- Rename package from mlx-video to mlx-video-with-audio - Update project URLs to correct repository - Bump version to 0.1.1
- Update description to reflect video+audio generation capabilities - Add keywords for better PyPI discoverability - Update README with PyPI installation instructions - Update repository URLs and image paths - Bump version to 0.1.2
- Add stage parameter to denoise() and denoise_av() functions - Emit STAGE:N:STEP:X:Y:Denoising to stderr for progress tracking - Enables external apps to parse generation progress - Bump version to 0.1.3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The unified format provides: