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
When using OVDiffusionPipeline.from_pretrained(...), if the vae_decoder is not properly loaded (e.g., missing .xml/.bin files), the pipeline fails with an uninformative AttributeError, instead of checking for None and raising a more helpful error or skipping reshape.