AUTOMATIC
|
b34b25b4c9
|
karras samplers for img2img?
|
2022-10-06 23:27:01 +03:00 |
|
Milly
|
405c8171d1
|
Prefer using Processed.sd_model_hash attribute when filename pattern
|
2022-10-06 20:41:23 +03:00 |
|
Milly
|
1cc36d170a
|
Added job_timestamp to Processed
So `[job_timestamp]` pattern can use in saving image UI.
|
2022-10-06 20:41:23 +03:00 |
|
Milly
|
070b7d60cf
|
Added styles to Processed
So `[styles]` pattern can use in saving image UI.
|
2022-10-06 20:41:23 +03:00 |
|
Milly
|
cf7c784fcc
|
Removed duplicate defined models_path
Use `modules.paths.models_path` instead `modules.shared.model_path`.
|
2022-10-06 20:29:12 +03:00 |
|
AUTOMATIC
|
dbc8a4d351
|
add generation parameters to images shown in web ui
|
2022-10-06 20:27:50 +03:00 |
|
Milly
|
0bb458f0ca
|
Removed duplicate image saving codes
Use `modules.images.save_image()` instead.
|
2022-10-06 20:15:39 +03:00 |
|
Jairo Correa
|
b66aa334a9
|
Merge branch 'master' into fix-vram
|
2022-10-06 13:41:37 -03:00 |
|
DepFA
|
fec71e4de2
|
Default window title progress updates on
|
2022-10-06 17:58:52 +03:00 |
|
DepFA
|
be71115b1a
|
Update shared.py
|
2022-10-06 17:58:52 +03:00 |
|
AUTOMATIC
|
5993df24a1
|
integrate the new samplers PR
|
2022-10-06 14:12:52 +03:00 |
|
C43H66N12O12S2
|
3ddf80a9db
|
add variant setting
|
2022-10-06 13:42:21 +03:00 |
|
C43H66N12O12S2
|
71901b3d3b
|
add karras scheduling variants
|
2022-10-06 13:42:21 +03:00 |
|
AUTOMATIC
|
2d3ea42a2d
|
workaround for a mysterious bug where prompt weights can't be matched
|
2022-10-06 13:21:12 +03:00 |
|
AUTOMATIC
|
5f24b7bcf4
|
option to let users select which samplers they want to hide
|
2022-10-06 12:08:59 +03:00 |
|
Raphael Stoeckli
|
4288e53fc2
|
removed unused import, fixed typo
|
2022-10-06 08:52:29 +03:00 |
|
Raphael Stoeckli
|
2499fb4e19
|
Add sanitizer for captions in Textual inversion
|
2022-10-06 08:52:29 +03:00 |
|
AUTOMATIC1111
|
0e92c36707
|
Merge pull request #1755 from AUTOMATIC1111/use-typing-list
use typing.list in prompt_parser.py for wider python version support
|
2022-10-06 08:50:06 +03:00 |
|
DepFA
|
55400c981b
|
Set gradio-img2img-tool default to 'editor'
|
2022-10-06 08:46:32 +03:00 |
|
DepFA
|
af02ee1297
|
Merge branch 'master' into use-typing-list
|
2022-10-05 23:02:45 +01:00 |
|
DepFA
|
34c358d10d
|
use typing.list in prompt_parser.py for wider python version support
|
2022-10-05 22:11:30 +01:00 |
|
AUTOMATIC
|
20f8ec877a
|
remove type annotations in new code because presumably they don't work in 3.7
|
2022-10-06 00:09:32 +03:00 |
|
AUTOMATIC
|
f8e41a96bb
|
fix various float parsing errors
|
2022-10-05 23:52:05 +03:00 |
|
AUTOMATIC
|
c26732fbee
|
added support for AND from https://energy-based-model.github.io/Compositional-Visual-Generation-with-Composable-Diffusion-Models/
|
2022-10-05 23:16:27 +03:00 |
|
DepFA
|
bbdbbd36ed
|
shared.state.interrupt when restart is requested
|
2022-10-05 11:37:18 +03:00 |
|
Jairo Correa
|
82380d9ac1
|
Removing parts no longer needed to fix vram
|
2022-10-04 22:31:40 -03:00 |
|
Jairo Correa
|
1f50971fb8
|
Merge branch 'master' into fix-vram
|
2022-10-04 19:53:52 -03:00 |
|
xpscyho
|
ef40e4cd4d
|
Display time taken in mins, secs when relevant
Fixes #1656
|
2022-10-04 23:41:42 +03:00 |
|
AUTOMATIC
|
b32852ef03
|
add editor to img2img
|
2022-10-04 20:49:54 +03:00 |
|
Rae Fu
|
90e911fd54
|
prompt_parser: allow spaces in schedules, add test, log/ignore errors
Only build the parser once (at import time) instead of for each step.
doctest is run by simply executing modules/prompt_parser.py
|
2022-10-04 20:26:15 +03:00 |
|
AUTOMATIC
|
1eb588cbf1
|
remove functools.cache as some people are having issues with it
|
2022-10-04 18:02:01 +03:00 |
|
AUTOMATIC
|
e1b128d8e4
|
do not touch p.seed/p.subseed during processing #1181
|
2022-10-04 17:36:39 +03:00 |
|
AUTOMATIC
|
957e29a8e9
|
option to not show images in web ui
|
2022-10-04 17:23:48 +03:00 |
|
AUTOMATIC
|
52cef36f6b
|
emergency fix for img2img
|
2022-10-04 16:54:31 +03:00 |
|
AUTOMATIC1111
|
e6cbef785a
|
Merge pull request #1550 from RnDMonkey/#1484_fix_empty_styles_pattern
#1484 fix empty styles pattern
|
2022-10-04 15:26:48 +03:00 |
|
Milly
|
eec1b39bd5
|
Apply prompt pattern last
|
2022-10-04 15:22:49 +03:00 |
|
Justin Riddiough
|
ea6b0d98a6
|
Remove pycharm note, fix typo
|
2022-10-04 15:21:34 +03:00 |
|
Justin Riddiough
|
accd00d6b8
|
Explain how to use second progress bar in pycharm
|
2022-10-04 15:21:34 +03:00 |
|
brkirch
|
e9e2a7ec9a
|
Merge branch 'master' into cpu-cmdline-opt
|
2022-10-04 07:42:53 -04:00 |
|
AUTOMATIC
|
d5bba20a58
|
ignore errors in parse for purposes of token counting for #1564
|
2022-10-04 14:35:12 +03:00 |
|
AUTOMATIC
|
b7f3996982
|
Merge remote-tracking branch 'origin/master'
|
2022-10-04 14:23:29 +03:00 |
|
AUTOMATIC
|
6165246124
|
support interrupting after the previous change
|
2022-10-04 14:23:22 +03:00 |
|
dan
|
2f1b61d979
|
Allow nested structures inside schedules
|
2022-10-04 14:22:41 +03:00 |
|
AUTOMATIC
|
6c6ae28bf5
|
send all three of GFPGAN's and codeformer's models to CPU memory instead of just one for #1283
|
2022-10-04 12:32:22 +03:00 |
|
brkirch
|
dc9c5a9774
|
Modify --add-cpu description
|
2022-10-04 05:22:50 -04:00 |
|
brkirch
|
27ddc24fde
|
Add BSRGAN to --add-cpu
|
2022-10-04 05:18:17 -04:00 |
|
brkirch
|
2adb249740
|
Merge branch 'cpu-cmdline-opt' of https://github.com/brkirch/stable-diffusion-webui into cpu-cmdline-opt
|
2022-10-04 04:26:54 -04:00 |
|
brkirch
|
35a00b0130
|
Merge branch 'AUTOMATIC1111:master' into cpu-cmdline-opt
|
2022-10-04 04:25:27 -04:00 |
|
brkirch
|
eeab7aedf5
|
Add --use-cpu command line option
Remove MPS detection to use CPU for GFPGAN / CodeFormer and add a --use-cpu command line option.
|
2022-10-04 04:24:35 -04:00 |
|
AUTOMATIC
|
5ef0baf5ea
|
add support for gelbooru tags in filenames for textual inversion
|
2022-10-04 08:52:27 +03:00 |
|