Skip to content

Commit 9996f5b

Browse files
committed
debug added for vid quality in i2 issue
1 parent 0144d4b commit 9996f5b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/maxdiffusion/models/wan/autoencoder_kl_wan.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,7 @@ def __call__(self, x: jax.Array, feat_cache=None, feat_idx=[0]) -> jax.Array:
358358
if feat_cache is not None:
359359
idx = feat_idx[0]
360360
if feat_cache[idx] is None:
361+
print(f"DEBUG: WanResample Frame 0 - Caching but SKIPPING time_conv! Frame shape: {x.shape}")
361362
feat_cache[idx] = jnp.copy(x)
362363
feat_idx[0] += 1
363364
else:

0 commit comments

Comments
 (0)