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
text-to-image: replace nested dict by height and width properties in the input schema (huggingface#1158)
Flattening `height` and `width` parameters for `text-to-image`, making
the API simpler for users and making provider-specific transformations
(dict/enum) easier to handle for us.
yes, It's a breaking change but I expect the usage of `target_size` to
be really minimal so far.
0 commit comments