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
The PIL images from imagen-pytorch were returning this error during xc.png2xtal(images). Not sure if this is something wrong on my side or the imagen-pytorch side.
The issue was that I had a list of lists instead of just a list of PIL objects. Not a very helpful error, but maybe a type hint would have revealed this issue. Not sure if I have the right type hint for that.
The text was updated successfully, but these errors were encountered:
The PIL images from imagen-pytorch were returning this error during
xc.png2xtal(images)
. Not sure if this is something wrong on my side or the imagen-pytorch side.The issue was that I had a list of lists instead of just a list of PIL objects. Not a very helpful error, but maybe a type hint would have revealed this issue. Not sure if I have the right type hint for that.
The text was updated successfully, but these errors were encountered: