We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 244239e commit f8a5408Copy full SHA for f8a5408
1 file changed
static/dream_web/index.html
@@ -98,6 +98,7 @@ <h1>Stable Diffusion Dream Server</h1>
98
<select id="upscale_level" name="upscale_level" value="">
99
<option value="" selected>None</option>
100
<option value="2">2x</option>
101
+ <option value="3">3x</option>
102
<option value="4">4x</option>
103
</select>
104
<label title="Strength of the esrgan (upscaling) algorithm." for="upscale_strength">Upscale Strength:</label>
0 commit comments