mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Add 3x Upscale option on the Web UI (#442)
This commit is contained in:
parent
244239e5f6
commit
f8a540881c
@ -98,6 +98,7 @@
|
|||||||
<select id="upscale_level" name="upscale_level" value="">
|
<select id="upscale_level" name="upscale_level" value="">
|
||||||
<option value="" selected>None</option>
|
<option value="" selected>None</option>
|
||||||
<option value="2">2x</option>
|
<option value="2">2x</option>
|
||||||
|
<option value="3">3x</option>
|
||||||
<option value="4">4x</option>
|
<option value="4">4x</option>
|
||||||
</select>
|
</select>
|
||||||
<label title="Strength of the esrgan (upscaling) algorithm." for="upscale_strength">Upscale Strength:</label>
|
<label title="Strength of the esrgan (upscaling) algorithm." for="upscale_strength">Upscale Strength:</label>
|
||||||
|
Loading…
Reference in New Issue
Block a user