Commit Graph

12 Commits

Author SHA1 Message Date
Prince Canuma
ebe4e74585 Add pre-commit configuration for code formatting and linting with Black, isort, and autoflake 2026-01-12 16:47:34 +01:00
Prince Canuma
4f6fc8252c Add example usage to README and enhance console output in generate.py with ANSI colors 2026-01-12 16:45:09 +01:00
Prince Canuma
28417fe126 fix git ignore 2026-01-12 16:35:41 +01:00
Prince Canuma
54fb1ed076 fix uv lock 2026-01-12 16:35:15 +01:00
Prince Canuma
c7f94052e8 fix toml 2026-01-12 16:35:03 +01:00
Prince Canuma
28d03d8846 setup 2026-01-12 16:17:45 +01:00
Prince Canuma
7eac6ae7de Replace imageio with OpenCV for video saving in generate.py; updated default frame count to 100. 2026-01-12 16:12:41 +01:00
Prince Canuma
666e1f2e0c Refactor model path handling: moved get_model_path function to utils.py and updated generate.py to use the new import. 2026-01-12 15:54:32 +01:00
Prince Canuma
75511a0b17 Remove main.py and refactor video generation logic into generate.py. 2026-01-12 14:23:02 +01:00
Prince Canuma
7114b023bd - Refactor video generation script
- Introduced argparse for parameter handling, streamlined model loading, and enhanced denoising functions.
- Updated VAE weight sanitization for compatibility and improved activation function handling in text projection.
- Added support for saving individual frames and refined output video generation process.
2026-01-12 14:04:53 +01:00
Prince Canuma
d1ca36a315 initial commit (LTX-2) 2026-01-11 23:48:33 +01:00
Prince Canuma
9f01d22750 Initial commit 2025-05-07 12:21:09 +02:00