moved scripts/dream_server.py into ldm/dream/server.py

This commit is contained in:
Lincoln Stein
2022-08-28 16:37:27 -04:00
parent 08a9702b73
commit 7dfca3dcb5
5 changed files with 594 additions and 128 deletions

View File

@@ -52,6 +52,9 @@
<label title="Set to -1 for random seed" for="seed">Seed:</label>
<input value="-1" type="number" id="seed" name="seed">
<button type="button" id="reset">&olarr;</button>
<br>
<label title="Strenght of the gfpgan algorithm ex: '1', --gfpgan startup flag is required." for="gfpgan_strength">GPFGAN Strength:</label>
<input value="0.75" min="0" max="1" type="number" id="gfpgan_strength" name="gfpgan_strength" step="0.01">
</fieldset>
</form>
<div id="about">For news and support for this web service, visit our <a href="http://github.com/lstein/stable-diffusion">GitHub site</a></div>