Commit Graph

21 Commits

Author SHA1 Message Date
Prince Canuma
996a542011 Remove Wan2 model files, including configuration, attention mechanisms, and utility functions, to streamline the codebase and eliminate unused components. This cleanup enhances maintainability and focuses on the core functionality of the Wan2 module. 2026-03-18 17:59:43 +01:00
Prince Canuma
b029668cd2 Refactor Wan model structure by renaming and relocating model imports from model.py to wan2.py, enhancing code organization and clarity across the Wan2 module. 2026-03-18 17:57:29 +01:00
Prince Canuma
6c63163671 Refactor Wan model imports and update script paths in pyproject.toml; transition from wan to wan2 module structure for improved organization and clarity. 2026-03-18 17:52:30 +01:00
Prince Canuma
17397da70c format 2026-03-18 17:40:05 +01:00
Prince Canuma
7b9d0a5e44 Merge branch 'main' into pc/unify-apis 2026-03-18 17:14:17 +01:00
Prince Canuma
3a0da19adb Refactor LTX-2 model structure 2026-03-16 14:50:01 +01:00
Prince Canuma
df81bc852f fix save tensors 2026-03-15 23:08:12 +01:00
Prince Canuma
38d46a6eda Implement regression tests for RoPE position precision using NumPy float64 reference. Add a new function to compute reference values and validate that float32 results closely match expected outputs, addressing high-frequency amplification issues. Update imports to include LTXModelConfig for enhanced configuration management. 2026-03-15 23:00:38 +01:00
Daniel
1cf878f5e0 More poodles 2026-03-11 09:24:06 +01:00
Daniel
d207275fea fix(wan): Fix scheduler sigma schedule and add debug flags 2026-03-11 09:18:01 +01:00
Daniel
9bdda9f22e feat(wan): Add tiled VAE decoding and fix TI2V quality 2026-03-11 09:16:22 +01:00
Daniel
849cc45d84 feat(wan): Add LoRA with improved quantization pipeline 2026-03-11 09:13:20 +01:00
Daniel
dbab95ec45 fix(wan): Fix RoPE frequency construction 2026-03-11 09:12:19 +01:00
Daniel
f4195f0118 feat(wan): Add I2V-14B dual-model support 2026-03-11 09:12:19 +01:00
Daniel
2bb95c61ed feat(wan): Add Wan2.2 I2V support 2026-03-11 09:08:10 +01:00
Daniel
93da550f65 feat(wan): Add DPM++ 2M and UniPC schedulers 2026-03-11 09:08:10 +01:00
Daniel
e64483a66a feat(wan): Add Wan2.1/2.2 T2V with quantization support 2026-03-11 09:08:10 +01:00
Prince Canuma
7069cc39c9 Add audio generation capabilities to video pipeline, including audio position grid creation, audio frame computation, and integration of audio VAE and vocoder. Update tests to cover new audio functionalities. 2026-01-18 21:28:56 +01:00
Prince Canuma
b36ad1e22d add tests 2026-01-18 11:18:18 +01:00
Prince Canuma
f256c5fb25 add tests 2026-01-17 23:36:39 +01:00
Prince Canuma
61c56cd989 Add RoPE tests and warning for bfloat16 precision loss in RoPE calculations 2026-01-17 19:28:05 +01:00