More poodles

This commit is contained in:
Daniel
2026-03-11 08:14:12 +01:00
parent d207275fea
commit 1cf878f5e0
9 changed files with 347 additions and 23 deletions

View File

@@ -19,7 +19,6 @@ def _make_tiny_i2v_config():
config.boundary = 0.900
config.sample_shift = 5.0
config.sample_guide_scale = (3.5, 3.5)
config.teacache_coefficients = None
return config
@@ -41,7 +40,6 @@ class TestI2VConfig:
assert config.sample_guide_scale == (3.5, 3.5)
assert config.vae_stride == (4, 8, 8)
assert config.vae_z_dim == 16
assert config.teacache_coefficients is None
def test_i2v_vs_t2v_differences(self):
from mlx_video.models.wan.config import WanModelConfig