Merge pull request #200 from david-ford/html-minor-changes

Minor updates to index.html
This commit is contained in:
Lincoln Stein 2022-08-29 19:14:51 -04:00 committed by GitHub
commit 39c56f20be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,7 @@
<html>
<html lang="en">
<head>
<title>Stable Diffusion Dream Server</title>
<meta charset="utf-8">
<link rel="icon" href="data:,">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@ -70,7 +71,7 @@
<input value="0.8" min="0" max="1" type="number" id="gfpgan_strength" name="gfpgan_strength" step="0.05">
<label title="Upscaling to perform using ESRGAN." for="upscale_level">Upscaling Level</label>
<select id="upscale_level" name="upscale_level" value="">
<option value="" selected></option>
<option value="" selected>None</option>
<option value="2">2x</option>
<option value="4">4x</option>
</select>