ComfyUI/comfy/ldm/wan
Finn-Hecker 93d859cfaa
Fix type annotation syntax in MotionEncoder_tc __init__ (#10186)
## Summary
Fixed incorrect type hint syntax in `MotionEncoder_tc.__init__()` parameter list.

## Changes
- Line 647: Changed `num_heads=int` to `num_heads: int` 
- This corrects the parameter annotation from a default value assignment to proper type hint syntax

## Details
The parameter was using assignment syntax (`=`) instead of type annotation syntax (`:`), which would incorrectly set the default value to the `int` class itself rather than annotating the expected type.
2025-10-03 14:32:19 -07:00
..
model_animate.py Update WanAnimateToVideo to more easily extend videos. (#9959) 2025-09-19 18:48:56 -04:00
model.py Fix type annotation syntax in MotionEncoder_tc __init__ (#10186) 2025-10-03 14:32:19 -07:00
vae2_2.py Tiny wan vae optimizations. (#9136) 2025-08-01 05:25:38 -04:00
vae.py WAN: Fix cache VRAM leak on error (#10141) 2025-10-01 18:42:16 -04:00