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 InvokeAI team had a bit of a surprise yesterday when diffusers moved from 0.14 to 0.15 and changed the names of several documented methods that we were using. Because we had pinned diffusers using the "compatible release" indicator (diffusers ~= 0.14) we did not expect to get an upstream update to an incompatible version. Unfortunately this caused more than a handful of new user installs and updates to crash in an unsightly way until we released a hotfix today.
Would you consider moving to a semantic numbering scheme before the next compatibility-breaking release? At this point, we've learned our lesson and are using == to pin the exact version, but it would be nice to be able to take advantage of incremental improvements and bugfixes without worrying about a repeat of what happened with 0.15.