Skip to content

fix(image-gen): Grok Imagine 2.0 catalog entry must not default upscale on - #90096

Closed
victor-kyriazakos wants to merge 1 commit into
NousResearch:mainfrom
victor-kyriazakos:fix/grok-imagine-upscale-default
Closed

fix(image-gen): Grok Imagine 2.0 catalog entry must not default upscale on#90096
victor-kyriazakos wants to merge 1 commit into
NousResearch:mainfrom
victor-kyriazakos:fix/grok-imagine-upscale-default

Conversation

@victor-kyriazakos

Copy link
Copy Markdown
Contributor

Summary

test_upscale_defaults_are_all_off is failing on main tip (ceabb030fb) and on every open PR whose test slice includes tests/tools — first noticed on #90038's slice 5/12, reproduced locally on a clean main worktree.

Cause

ceabb030fb (Grok Imagine Image 2.0 FAL catalog entry) shipped with "upscale": True. The guard test added by f06c41522e pins the catalog invariant: no entry defaults upscaling on — it's opt-in per call because a default silently multiplies image cost and latency.

Change

One line: upscale: TrueFalse on the new entry, with the original rationale ('1k native is sub-2MP') kept as a comment steering callers to explicit upscale or the 2k resolution tier.

Validation

tests/tools/test_image_generation.py: 51/51 locally on this branch; the single failing test reproduces on unmodified main tip.

…le on

ceabb03 added the Grok Imagine Image 2.0 FAL catalog entry with
'upscale': True, breaking the guard test added by f06c415
(test_upscale_defaults_are_all_off) — the invariant is that NO catalog
entry defaults upscaling on; it is opt-in per call because it silently
multiplies cost and latency. Currently failing on main tip and on every
PR whose CI slice includes tests/tools (seen on NousResearch#90038 slice 5/12).

The entry's own rationale ('1k native is sub-2MP') is preserved as
guidance in the comment: callers wanting print-grade output pass upscale
explicitly or bump resolution to 2k.
@alt-glitch alt-glitch added type/bug Something isn't working P3 Low — cosmetic, nice to have tool/vision Vision analysis and image generation duplicate This issue or pull request already exists labels Aug 19, 2026
@alt-glitch

Copy link
Copy Markdown
Collaborator

This was generated by AI during triage.

Duplicate of #89933: both make the same one-line Grok Imagine 2.0 catalog default-upscale flip; only the explanatory comment wording differs.

@ethernet8023

Copy link
Copy Markdown
Collaborator

closed as dupe of merged #89933

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

duplicate This issue or pull request already exists P3 Low — cosmetic, nice to have tool/vision Vision analysis and image generation type/bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants