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