Skip to content

Feature Request: Add CLI Support to QualityScaler #148

@OreoThick

Description

@OreoThick

Hello, thank you for the great work on QualityScaler.

I would like to request the addition of a command-line interface (CLI) to QualityScaler. A CLI would allow users to run image and video upscaling without the GUI, enabling batch automation, scripting, and integration into existing workflows.

Common use cases include:

  • Batch processing large sets of images or frames
  • Automated pipelines for video workflows
  • Running QualityScaler on servers or headless environments
  • Allowing reproducible results through saved command flags

A possible minimal CLI structure could look like:

qualityscaler --input <path> \
              --output <path> \
              --model <model> \
              --scale <2|4|8> \
              --mode <image|video>

Even a basic implementation with input, output, model selection, scale, and mode would be extremely useful for advanced users who rely on automation.

Thank you for considering this request.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions