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
Following this tutorial locally using a macboko and VSCode: https://huggingface.co/docs/diffusers/en/tutorials/basic_training
This line of code: for i, image in enumerate(dataset[:4]["image"]):
throws: ImportError: To support decoding images, please install 'Pillow'.
Pillow is installed.
Steps to reproduce the bug
Run the tutorial
Expected behavior
Images should be rendered
Environment info
MacBook, VSCode
The text was updated successfully, but these errors were encountered:
Describe the bug
Following this tutorial locally using a macboko and VSCode: https://huggingface.co/docs/diffusers/en/tutorials/basic_training
This line of code: for i, image in enumerate(dataset[:4]["image"]):
throws: ImportError: To support decoding images, please install 'Pillow'.
Pillow is installed.
Steps to reproduce the bug
Run the tutorial
Expected behavior
Images should be rendered
Environment info
MacBook, VSCode
The text was updated successfully, but these errors were encountered: