Skip to content

Commit

Permalink
Revert "Add 3x Upscale option on the Web UI (CompVis#442)" (CompVis#488)
Browse files Browse the repository at this point in the history
This reverts commit f8a5408.
  • Loading branch information
glonlas committed Sep 11, 2022
1 parent d301836 commit 9a29d44
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion static/dream_web/index.html
Expand Up @@ -97,7 +97,6 @@ <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 9a29d44

Please sign in to comment.