Skip to content

Dev 1663 video upscale#15

Merged
dawidope merged 4 commits into
mainfrom
DEV-1663-video-upscale
Apr 17, 2026
Merged

Dev 1663 video upscale#15
dawidope merged 4 commits into
mainfrom
DEV-1663-video-upscale

Conversation

@dawidope
Copy link
Copy Markdown
Contributor

Description

Brief description of changes.

Type of Change

  • Bug fix
  • New feature
  • Documentation
  • Refactoring

Testing

How was this tested?

Checklist

  • Code follows project style guidelines
  • No debug code left in
  • Tested locally
  • Updated README if needed

dawidope and others added 4 commits April 15, 2026 12:20
- New endpoint in video-generation group
- Params: video (required), model, scale (optional)
- Model limits (min/max scale) applied dynamically from /models

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Default deAPI pagination returns 25 per page; total exceeded that after
adding new models. Pass limit=50 so the single-page fetch covers them all.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
'upscale' check ran before 'video' check and matched vid-upscale, so
the thumbnail rendered as a broken <img>. Reordered so video/vid- and
transcription (2txt/2text/ocr) are detected first.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…n limits

Tester is also used for debugging, so min/max and accept filters shouldn't
block sending out-of-range values to the API. Added a SettingsContext with
a localStorage-backed strictValidation flag (default off) and a toggle in
the Settings drawer. FormField and FileUploadField honor the flag.

Also surfaced min_scale/max_scale and max_video_duration_seconds in the
ModelInfo panel so users can still see the advertised limits.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@dawidope dawidope requested a review from adampachowicz April 17, 2026 13:27
@dawidope dawidope merged commit 7bd006a into main Apr 17, 2026
2 checks passed
@dawidope dawidope deleted the DEV-1663-video-upscale branch April 17, 2026 14:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants