fix: update default image model from flux-pro to flux-pro-1.1
The flux-pro endpoint returns 403 Forbidden as it has been deprecated by BlackForestLabs. flux-pro-1.1 is the current supported version.
This commit is contained in:
parent
c818e6452e
commit
6926d0492d
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ class Defaults(BaseModel):
|
|||
"""Default model names, applied when a target does not specify its own."""
|
||||
|
||||
text_model: str = "mistral-large-latest"
|
||||
image_model: str = "flux-pro"
|
||||
image_model: str = "flux-pro-1.1"
|
||||
|
||||
|
||||
class TargetConfig(BaseModel):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue