You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 7, 2025. It is now read-only.
As mentioned in pytorch/pytorch#86679, F.interpolate is not compatible with bfloat.
It is necessary to convert to float32 its usage in
GenerativeModels/generative/networks/nets/autoencoderkl.py
Line 48 in 5f0fd39
and
GenerativeModels/generative/networks/nets/diffusion_model_unet.py
Line 518 in 9cd35d0