mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
fix(bfl): add mask to supported params for inpainting
mask was missing from get_supported_openai_params, causing it to be dropped before reaching transform_image_edit_request where it is already handled correctly for flux-pro-1.0-fill inpainting.
This commit is contained in:
parent
fc54a65c2b
commit
fac6c068a0
1 changed files with 1 additions and 0 deletions
|
|
@ -55,6 +55,7 @@ class BlackForestLabsImageEditConfig(BaseImageEditConfig):
|
|||
Note: BFL uses different parameter names, these are mapped in map_openai_params.
|
||||
"""
|
||||
return [
|
||||
"mask",
|
||||
"seed",
|
||||
"output_format",
|
||||
"safety_tolerance",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue