[GH-ISSUE #14371] Typo in x/flux2-klein model page README — x/flux-klein should be x/flux2-klein #35099

Open
opened 2026-04-22 19:19:08 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @GarciaPL on GitHub (Feb 23, 2026).
Original GitHub issue: https://github.com/ollama/ollama/issues/14371

What is the issue?

In the Usage section of https://ollama.com/x/flux2-klein, both example commands are missing the 2 in the model name:

Current (incorrect):

4B:
ollama run x/flux-klein "a cat holding a sign that says hello world"
9B:
ollama run x/flux-klein:9b "a cat holding a sign that says hello world"

Should be:

4B:
ollama run x/flux2-klein "a cat holding a sign that says hello world"
9B:
ollama run x/flux2-klein:9b "a cat holding a sign that says hello world"

x/flux-klein (without the 2) is the wrong model name and will either fail or pull a different model. The correct name x/flux2-klein is used correctly everywhere else on the same page (the header, the ollama run x/flux2-klein install command, and the quantization examples).

Relevant log output


OS

No response

GPU

No response

CPU

No response

Ollama version

No response

Originally created by @GarciaPL on GitHub (Feb 23, 2026). Original GitHub issue: https://github.com/ollama/ollama/issues/14371 ### What is the issue? In the Usage section of https://ollama.com/x/flux2-klein, both example commands are missing the **2** in the model name: Current (incorrect): 4B: `ollama run x/flux-klein "a cat holding a sign that says hello world"` 9B: `ollama run x/flux-klein:9b "a cat holding a sign that says hello world"` Should be: 4B: `ollama run x/flux2-klein "a cat holding a sign that says hello world"` 9B: `ollama run x/flux2-klein:9b "a cat holding a sign that says hello world"` x/flux-klein (without the **2**) is the wrong model name and will either fail or pull a different model. The correct name x/flux2-klein is used correctly everywhere else on the same page (the header, the ollama run x/flux2-klein install command, and the quantization examples). ### Relevant log output ```shell ``` ### OS _No response_ ### GPU _No response_ ### CPU _No response_ ### Ollama version _No response_
GiteaMirror added the bug label 2026-04-22 19:19:08 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#35099