Commit Graph

365 Commits

Author SHA1 Message Date
hlky
216a84b3a6
Update config.yml 2022-09-01 19:27:57 +01:00
altryne
bacf203bbe
Added altryne's specifications 2022-09-01 12:23:23 -06:00
Alex Volkov
56ecd836ff Merge branch 'master' of github.com:hlky/stable-diffusion-webui
Signed-off-by: Alex Volkov <alex.volkov@fundbox.com>
2022-09-01 12:21:41 -06:00
Alex Volkov
da83bad4f4 ugh
Signed-off-by: Alex Volkov <alex.volkov@fundbox.com>
2022-09-01 12:21:07 -06:00
hlky
56136cbb13
Update config.yml 2022-09-01 19:20:38 +01:00
hlky
17b471f960
Delete config.yaml 2022-09-01 19:20:18 +01:00
Alex Volkov
77202ab5f2 Added sponsor links for urgent help for some folks who can't wait
Signed-off-by: Alex Volkov <alex.volkov@fundbox.com>
2022-09-01 12:19:31 -06:00
hlky
e525b22201
Update config.yaml 2022-09-01 19:08:29 +01:00
hlky
f8e34b1dd8
Update config.yaml 2022-09-01 19:07:45 +01:00
hlky
3ea787b5d7
Merge branch 'master' of https://github.com/hlky/stable-diffusion-webui 2022-09-01 18:58:06 +01:00
hlky
decd31ca92
Can't run batches more than 10 after latest commits #218 2022-09-01 18:58:02 +01:00
devilismyfriend
678578c99d
[Image lab] Send to lab button (#444)
* added image lab

* first release

model loading/unloading and save procedure added, commented out unused code from frontend

* bug fixes

Changed the image output to a gallery to display multiple items

Fixed results not showing up in output

Fixed RealESRGAN 2x mode not working and hard coded the default value for the reload.

* added GoBig model check

* added LDSR load check

* removed global statements, added model loader/unloader function

* fixed optimized mode

* update

* update

Added send to lab button
Added a print out if latent-diffusion folder isn't found

* brought back the fix faces and upscale in generation tab

Co-authored-by: dr3amer <91037083+dr3am37@users.noreply.github.com>
Co-authored-by: hlky <106811348+hlky@users.noreply.github.com>
2022-09-01 18:48:51 +01:00
hlky
e1d08e7a87
'dict' and 'str' #221 2022-09-01 18:10:43 +01:00
hlky
511690911b
#441 2022-09-01 16:24:20 +01:00
hlky
1922a44334
Dupe fix 2022-09-01 15:31:16 +01:00
altryne
45fafec68a
[Big update] - Dynamic params, Ui rehaul, mobile fixes, and simplification of the txt2img tab (#421)
* Merge with master

* params in prompt WIP

Signed-off-by: Alex Volkov <alex.volkov@fundbox.com>

* Added highligted text output, added copy and pastable dynamic params

Signed-off-by: Alex Volkov <alex.volkov@fundbox.com>

* Fixes with working repo

Signed-off-by: altryne <altryne@gmail.com>

* some fixes

Signed-off-by: Alex Volkov <alex.volkov@fundbox.com>
Signed-off-by: altryne <altryne@gmail.com>
Co-authored-by: hlky <106811348+hlky@users.noreply.github.com>
2022-09-01 14:18:17 +01:00
devilismyfriend
a447938cde
[updates] Image Tab (#433)
* added image lab

* first release

model loading/unloading and save procedure added, commented out unused code from frontend

* bug fixes

Changed the image output to a gallery to display multiple items

Fixed results not showing up in output

Fixed RealESRGAN 2x mode not working and hard coded the default value for the reload.

* added GoBig model check

* added LDSR load check

* removed global statements, added model loader/unloader function

* fixed optimized mode

* update

Co-authored-by: dr3amer <91037083+dr3am37@users.noreply.github.com>
Co-authored-by: hlky <106811348+hlky@users.noreply.github.com>
2022-09-01 12:56:11 +01:00
hlky
72f1c29601
Update README.md 2022-09-01 12:13:26 +01:00
hlky
2d9272664e
Conflict fix 2022-09-01 11:56:20 +01:00
hlky
e1e1d50a94
Revert "Run model on cpu if there is only cpu (#399)"
This reverts commit 277cc46646.
2022-09-01 11:50:19 +01:00
hlky
66dac9bcf9
conflict fix 2022-09-01 11:49:29 +01:00
jQubz
277cc46646
Run model on cpu if there is only cpu (#399)
* Run model on cpu if there is only cpu

* Still working on CPU support

Co-authored-by: hlky <106811348+hlky@users.noreply.github.com>
2022-09-01 11:41:16 +01:00
M
869047589f
webui: alphabetize arguments (#428)
* webui: alphabetize arguments

* update to the latest arg list
2022-09-01 11:36:27 +01:00
Joshua Kimsey
8212768e76
Fixed ports not opening on 7860 (#414)
* Fixed ports not opening on 7860

Fixed the issue where, after a crash or quick relaunch, SD would not use the same port. It will now wait for 7860 to reopen before launching the webui again.

* Added ability to choose custom port at launch

Added a parser argument to allow users to choose a custom port at launch. Default is still 7860. Also ensured that error messages associated with a port not being available will reflect what port is actually being checked.

* Moved parser argument for port to be under the share parser argument

Moved the port parser argument to be directly under the share parser argument for consistency.

Co-authored-by: hlky <106811348+hlky@users.noreply.github.com>
2022-09-01 11:34:33 +01:00
Kevin Gibbons
deed4e9171
direct feature requests to the discussion tab (#395) 2022-09-01 11:33:14 +01:00
devilismyfriend
1f22b0f5aa
[Feature] Image Processing tab (#401)
* added image lab

* first release

model loading/unloading and save procedure added, commented out unused code from frontend

* bug fixes

Changed the image output to a gallery to display multiple items

Fixed results not showing up in output

Fixed RealESRGAN 2x mode not working and hard coded the default value for the reload.

* added GoBig model check

* added LDSR load check

* removed global statements, added model loader/unloader function

Co-authored-by: dr3amer <91037083+dr3am37@users.noreply.github.com>
Co-authored-by: hlky <106811348+hlky@users.noreply.github.com>
2022-09-01 11:32:11 +01:00
Thomas Mello
773aa60e8a
refactor: python js interface (#381)
* refactor js interface

* rename call_SD to call_JS

* add invocation example to call_JS

* serialize args before passing them to js

* allow override of x
2022-09-01 11:11:22 +01:00
altryne
8212d8e5de
fixes [CHORE] - add codeowners file for altryne on /frontend #386 (#387)
Signed-off-by: Alex Volkov <alex.volkov@fundbox.com>

Signed-off-by: Alex Volkov <alex.volkov@fundbox.com>
2022-08-31 20:39:04 +01:00
willlllllio
fe746ce7c1
fix endless sleep with optimized and batchsize (#384)
currently will endless loop in the while: time.sleep(1) part on 2nd iteration of for loop.
move back to cpu should only be ran once afterwards not [batchsize] times.

Co-authored-by: hlky <106811348+hlky@users.noreply.github.com>
2022-08-31 19:37:27 +01:00
_nderscore
c00233220e
fix: add guard against subprompt weights adding up to zero + colon escaping support (#380)
* fix: add guard against subprompt weights adding up to zero

* feat: add support for backslash-escaped colon character in prompts

Co-authored-by: _nderscore <_@_._>
2022-08-31 19:31:13 +01:00
hlky
fecac5c242
Update frontend.py 2022-08-31 14:59:38 +01:00
hlky
89328b5da0
#370 2022-08-31 14:59:09 +01:00
hlky
7754880f55
#234 2022-08-31 14:34:50 +01:00
hlky
341c13a4de
#172 2022-08-31 14:17:57 +01:00
hlky
dffdaaaf77
#354 + playground.py update 2022-08-31 13:58:49 +01:00
oc013
cfc9f00a93
Add comment about jpg samples toggle in webui config (#352) 2022-08-31 05:10:48 +01:00
hlky
5059c2780e
txt2img width height 2022-08-31 03:25:32 +01:00
JuanRising
4ec2d328db Add dimensions info (aspect ratio and pixel count) 2022-08-31 03:22:40 +01:00
hlky
7fb25b25a4
Update FUNDING.yml 2022-08-31 00:06:47 +01:00
JohannesGaessler
c295420293 Set YAML dump width to 10000 2022-08-30 23:17:57 +01:00
_nderscore
b647ecaa92 fix: minor painterro integration fixes 2022-08-30 23:13:51 +01:00
Thomas Mello
3a376392b3 fix #313 2022-08-30 23:13:51 +01:00
Oxlamon
3ce28c2e76 FIx simple tmpl image grid. Detach from orig grid 2022-08-30 23:13:51 +01:00
_nderscore
af7f64028c fix: remove unneeded map 2022-08-30 23:13:51 +01:00
_nderscore
fcfe7ba9e1 feat: simplify prompt weight splitting function 2022-08-30 23:13:51 +01:00
jansteffen
d657f6e9b9 img2img tab layout update
Moved related options to be next to each other, moved other options to be consistent with their positions on txt2img tab.
2022-08-30 23:13:51 +01:00
hlky
94f064fa81
Negative classifier free guidance scale 2022-08-30 18:16:14 +01:00
hlky
3c6e5c26a1
Update FUNDING.yml 2022-08-30 17:52:45 +01:00
hlky
05f96efaee
Update FUNDING.yml 2022-08-30 17:50:04 +01:00
hlky
f08c812ebb
Create FUNDING.yml 2022-08-30 17:43:24 +01:00