Adam Rice
caf4ea3d89
Add a 'Remove Image' button to clear the file upload field ( #382 )
...
* added "remove image" button
* styled a new "remove image" button
* Update index.js
2022-09-05 10:05:39 -04:00
Lincoln Stein
9130ad7e08
make results section of webgui full width
2022-09-03 11:58:05 -04:00
Lincoln Stein
28fe84177e
optionally scale initial image to fit box defined by width x height
...
* This functionality is triggered by the --fit option in the CLI (default
false), and by the "fit" checkbox in the WebGUI (default True)
* In addition, this commit contains a number of whitespace changes to
make the code more readable, as well as an attempt to unify the visual
appearance of info and warning messages.
2022-09-01 00:52:43 -04:00
Kevin Gibbons
5d13207aa6
webui: support cancelation
2022-08-30 08:55:40 -07:00
Kevin Gibbons
0173d3a8fc
stream images
2022-08-29 16:33:31 -07:00
Kevin Gibbons
d9eab7f383
use LF not CRLF for files, oh god
2022-08-29 09:47:45 -07:00
Lincoln Stein
4acfb76be6
correctly handle upscaling in webUI, including displaying status messages during GFPGAN/ESRGAN postprocessing
2022-08-29 12:08:18 -04:00
Lincoln Stein
18899be4ae
working, but there is a bug in underlying txt2png() call that is preventing upscaled images from being returned
2022-08-28 22:42:31 -04:00
Lincoln Stein
e2ae6d288d
added reset to defaults button and sampler selection
2022-08-28 21:35:52 -04:00
Lincoln Stein
2114c386ad
moved index.js .html and .css files into static/dream_web/; changed batch to iterations again
2022-08-25 15:27:43 -04:00