Skip to content

Commit 5d2b66b

Browse files
Cursor Assistantcursoragent
andcommitted
Default FIBO generate_image to flow_match_euler_discrete.
Align the Python API default scheduler with the FIBO CLI to keep behavior consistent when scheduler is not explicitly set. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 78f1bd9 commit 5d2b66b

File tree

1 file changed

+1
-1
lines changed
  • src/mflux/models/fibo/variants/txt2img

1 file changed

+1
-1
lines changed

src/mflux/models/fibo/variants/txt2img/fibo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def generate_image(
5353
guidance: float = 4.0,
5454
image_path: Path | str | None = None,
5555
image_strength: float | None = None,
56-
scheduler: str = "linear",
56+
scheduler: str = "flow_match_euler_discrete",
5757
negative_prompt: str | None = None,
5858
) -> GeneratedImage:
5959
# 0. Create a new config based on the model type and input parameters

0 commit comments

Comments
 (0)