Skip to content

fix(image): make Grok upscaling opt-in by default - #90084

Closed
nicha16 wants to merge 1 commit into
NousResearch:mainfrom
nicha16:fix/image-upscale-default-policy
Closed

fix(image): make Grok upscaling opt-in by default#90084
nicha16 wants to merge 1 commit into
NousResearch:mainfrom
nicha16:fix/image-upscale-default-policy

Conversation

@nicha16

@nicha16 nicha16 commented Aug 19, 2026

Copy link
Copy Markdown
Contributor

Summary

  • make Grok Imagine 2.0 automatic upscaling opt-in
  • align the catalog entry with the repository's existing all-off default policy

Why

Current main sets this model's upscale default to True, while TestFalCatalog::test_upscale_defaults_are_all_off requires automatic upscaling to remain off for every model. That contradiction makes unrelated PRs fail the shared test slice.

Test plan

  • pytest -q tests/tools/test_image_generation.py::TestFalCatalog — 5 passed

The catalog-wide policy test requires upscaling to remain opt-in because automatic post-processing can degrade model-native text, faces, and fine detail. The newly added Grok Imagine 2.0 entry accidentally enabled it by default, leaving current main CI red. Align the entry with the existing policy; callers can still request upscaling explicitly.
@alt-glitch alt-glitch added type/bug Something isn't working P3 Low — cosmetic, nice to have tool/vision Vision analysis and image generation provider/xai xAI (Grok) 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. The diff makes the same one-line Grok Imagine 2.0 default-upscale change.

@nicha16

nicha16 commented Aug 19, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #89933, which has now merged the same Grok Imagine 2.0 default-upscale correction. Thank you @alt-glitch for the duplicate pointer.

@nicha16 nicha16 closed this Aug 19, 2026
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 provider/xai xAI (Grok) 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.

2 participants