Lincoln Stein
d022d0dd11
continue to display in-progress image until the post-processing is done, for better esthetics ( #255 )
2022-08-31 12:32:56 -04:00
Kevin Gibbons
a14fd69a5a
fix progress bar in webui when using strength parameter ( #254 )
2022-08-31 11:28:11 -04:00
Mikhail Tishin
b622819051
Expose img2img strength parameter in Web UI ( #239 )
...
* Expose img2img strength parameter in Web UI
* Fix strength label id
Co-authored-by: Mikhail Tishin <michail.tishin@fayrix.com>
Co-authored-by: Kevin Gibbons https://github.com/bakkot
2022-08-31 11:18:32 -04:00
Kevin Gibbons
b983d61e93
tweak format of "result" event in web ui
2022-08-30 22:03:53 -07:00
Kevin Gibbons
8ca4d6542d
support progress for img2img ( #215 )
...
WebGUI shows progress bar when an initial image is provided.
2022-08-30 15:36:12 -04:00
Kevin Gibbons
5d13207aa6
webui: support cancelation
2022-08-30 08:55:40 -07:00
Lincoln Stein
dae2b26765
remove message about GFPGAN being required, since it is no longer displayed if GFPGAN missing
2022-08-30 09:50:39 -04:00
Lincoln Stein
186d0f9d10
Merge branch 'sw-drop' of https://github.com/bakkot/stable-diffusion into bakkot-sw-drop
2022-08-30 09:17:07 -04:00
Lincoln Stein
b4babf7680
add a screenshot to description of command-line utility
2022-08-29 23:27:44 -04:00
Kevin Gibbons
0173d3a8fc
stream images
2022-08-29 16:33:31 -07:00
Kevin Gibbons
a7a62d39d4
webui: hide gfpgan if not installed
2022-08-29 16:27:44 -07:00
Lincoln Stein
24ce56b3db
Merge branch 'webui-sampler-fix' into main
2022-08-29 19:25:49 -04:00
Lincoln Stein
3220f73f0a
add missing dropdown element for K_EULER_A
2022-08-29 19:24:52 -04:00
Lincoln Stein
39c56f20be
Merge pull request #200 from david-ford/html-minor-changes
...
Minor updates to index.html
2022-08-29 19:14:51 -04:00
blessedcoolant
e57d6fd1a6
Add Temp Logo To Repo
2022-08-30 11:00:11 +12:00
David Ford
4fce1063c4
Minor updates to index.html
...
Some minor tweaks to index.html for accessibility and browsers.
2022-08-29 16:55:20 -05:00
Lincoln Stein
132d23e55d
Merge pull request #186 from lstein/reset-properly
...
Fix form reset logic
2022-08-29 13:03:30 -04:00
Kevin Gibbons
754525be82
fix reset logic
2022-08-29 09:47:56 -07:00
Kevin Gibbons
d9eab7f383
use LF not CRLF for files, oh god
2022-08-29 09:47:45 -07:00
Kevin Gibbons
f695988915
fix whitespace in index.html
2022-08-29 09:47:20 -07:00
Lincoln Stein
5d19294810
Merge pull request #128 from artmen1516/feature/colab-notebook
...
Feature: Add Colab Notebook
2022-08-29 12:37:11 -04: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
tesseractcat
070795a3b4
webui: stream progress events to page
2022-08-28 21:54:10 -07:00
Lincoln Stein
e351d6ffe5
set correct default values for scaling and sampler; closes issues #167 #157
2022-08-29 00:13: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
22365a3f12
begin adding fields for GFPGAN and ESRGAN adjustment; only making public because need to switch computers
2022-08-28 21:04:32 -04:00
Lincoln Stein
ddc0e9b4d8
Merge pull request #133 from bakkot/dir-traversal
...
prevent directory traversal in the web UI
2022-08-28 18:32:12 -04:00
Lincoln Stein
44a48d0981
Merge pull request #130 from bakkot/patch-1
...
make web ui default to 512x512
2022-08-28 18:30:32 -04:00
Kevin Gibbons
9e7865704a
prevent directory traversal in the web UI
2022-08-28 14:33:30 -07:00
Lincoln Stein
7dfca3dcb5
moved scripts/dream_server.py into ldm/dream/server.py
2022-08-28 16:37:27 -04:00
artmen1516
ff6c11406b
add notebook and readme section
2022-08-27 17:20:44 -07:00
Kevin Gibbons
6f90c7daf6
make web ui default to 512x512
2022-08-26 18:26:22 -07:00
tesseractcat
0ab03a5fde
Replace numerical size inputs with dropdowns
2022-08-26 13:35:27 -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
Lincoln Stein
d04518e65e
resolved conflicts in use of batch vs iterations
2022-08-25 15:14:38 -04:00
Lincoln Stein
b64c902354
added missing image
2022-08-25 15:06:10 -04:00
Lincoln Stein
2ada3288e7
Small cleanups.
...
- Quenched tokenizer warnings during model initialization.
- Changed "batch" to "iterations" for generating multiple images in
order to conserve vram.
- Updated README.
- Moved static folder from under scripts to top level. Can store other
static content there in future.
- Added screenshot of web server in action (to static folder).
2022-08-25 15:03:40 -04:00