Skip to content

Commit 1c35c0d

Browse files
committed
use_real print added
1 parent e2a78ae commit 1c35c0d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/maxdiffusion/models/embeddings_flax.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ def get_1d_rotary_pos_embed(
246246
out = jnp.stack([freqs_cos, -freqs_sin, freqs_sin, freqs_cos], axis=-1)
247247
else:
248248
# Wan 2.1
249+
print("Using complex rotary embeddings (Wan-style)")
249250
out = jnp.exp(1j * freqs)
250251
return out
251252

0 commit comments

Comments
 (0)