diff --git a/bulkgen/config.py b/bulkgen/config.py index 238fa97..e16b2d3 100644 --- a/bulkgen/config.py +++ b/bulkgen/config.py @@ -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):