diffusers
diffusers copied to clipboard
DeprecationWarning: BICUBIC is deprecated and will be removed in Pillow 10 (2023-07-01). Use Resampling.BICUBIC instead.
Describe the bug
Textual inversion uses a deprecated import for the scaling methods in Pillow
DeprecationWarning: BICUBIC is deprecated and will be removed in Pillow 10 (2023-07-01). Use Resampling.BICUBIC instead.
Reproduction
Use the textual inversion script with a recent Pillow version
Logs
-
System Info
Python 3.10 with latest Pillow.
I've submitted a pull request to fix this, hopefully will be reviewed and committed this coming week.
Looking at the PR now :-)
note has been discussed and there are changes I need to make before accepted.
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread.
Please note that issues that do not follow the contributing guidelines are likely to be ignored.