ssube / onnx-web

web UI for GPU-accelerated ONNX pipelines like Stable Diffusion, even on Windows and AMD
https://discord.gg/7CdQmutGuw
MIT License
205 stars 27 forks source link

add support for 1x upscaling models #455

Closed ssube closed 10 months ago

ssube commented 10 months ago

The server currently uses the scale parameter to decide whether or not to run upscaling models. That prevents it from running 1x upscaling models.

Separate the upscale enabled and upscale scale parameters. In other words, give the checkbox its own parameter.