Skip to content

Commit f8a5408

Browse files
authored
Add 3x Upscale option on the Web UI (invoke-ai#442)
1 parent 244239e commit f8a5408

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

static/dream_web/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ <h1>Stable Diffusion Dream Server</h1>
9898
<select id="upscale_level" name="upscale_level" value="">
9999
<option value="" selected>None</option>
100100
<option value="2">2x</option>
101+
<option value="3">3x</option>
101102
<option value="4">4x</option>
102103
</select>
103104
<label title="Strength of the esrgan (upscaling) algorithm." for="upscale_strength">Upscale Strength:</label>

0 commit comments

Comments
 (0)