diffusers
021c88e0
- Make `WanTransformer3DModel` hidden states contiguous before the block loop (#14236)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
47 days ago
Make `WanTransformer3DModel` hidden states contiguous before the block loop (#14236) flatten+transpose produces a non-contiguous tensor; make it contiguous before the block loop. Co-authored-by: Sayak Paul <spsayakpaul@gmail.com>
References
#14236 - Make `WanTransformer3DModel` hidden states contiguous before the block loop
Author
menglcai
Parents
dd273b52
Loading