Skip to content

Commit

Permalink
Add 3x Upscale option on the Web UI (invoke-ai#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
glonlas committed Sep 8, 2022
1 parent 244239e commit f8a5408
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions static/dream_web/index.html
Expand Up @@ -98,6 +98,7 @@ <h1>Stable Diffusion Dream Server</h1>
<select id="upscale_level" name="upscale_level" value="">
<option value="" selected>None</option>
<option value="2">2x</option>
<option value="3">3x</option>
<option value="4">4x</option>
</select>
<label title="Strength of the esrgan (upscaling) algorithm." for="upscale_strength">Upscale Strength:</label>
Expand Down

0 comments on commit f8a5408

Please sign in to comment.