We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f4ff7f8 + 30b9707 commit f01f679Copy full SHA for f01f679
g4f/Provider/Airforce.py
@@ -37,7 +37,7 @@ def fetch_imagine_models(cls):
37
38
default_model = "gpt-4o-mini"
39
default_image_model = "flux"
40
- additional_models_imagine = ["stable-diffusion-xl-base", "stable-diffusion-xl-lightning", "Flux-1.1-Pro"]
+ additional_models_imagine = ["stable-diffusion-xl-base", "stable-diffusion-xl-lightning", "flux-1.1-pro"]
41
42
@classmethod
43
def get_models(cls):
@@ -87,7 +87,7 @@ def get_models(cls):
87
### imagine ###
88
"sdxl": "stable-diffusion-xl-base",
89
"sdxl": "stable-diffusion-xl-lightning",
90
- "flux-pro": "Flux-1.1-Pro",
+ "flux-pro": "flux-1.1-pro",
91
}
92
93
0 commit comments