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
My ipadapter reported errors when applying torch.transforms functions to both IPAdapterEncoder and IPAdapterNoise,and IPAdapterTiled and IPAdapterTiledBatch(IPAdapterTiled) saying that the type returned was incorrect.
ValueError: Argument interpolation should be an InterpolationMode or a corresponding Pillow integer constant, but got InterpolationMode.BICUBIC.
Using this function to resize muak or crop mask is a problem, I look like the author is also calling pytoch library file recommended code, why should there be an error, my torch's version is 0.18.1.
The text was updated successfully, but these errors were encountered:
My ipadapter reported errors when applying torch.transforms functions to both IPAdapterEncoder and IPAdapterNoise,and IPAdapterTiled and IPAdapterTiledBatch(IPAdapterTiled) saying that the type returned was incorrect.
ValueError: Argument interpolation should be an
InterpolationMode
or a corresponding Pillow integer constant, but got InterpolationMode.BICUBIC.Using this function to resize muak or crop mask is a problem, I look like the author is also calling pytoch library file recommended code, why should there be an error, my torch's version is 0.18.1.
The text was updated successfully, but these errors were encountered: