AUTOMATIC
|
7001bffe02
|
fix AND broken for long prompts
|
2022-10-08 15:43:25 +03:00 |
|
AUTOMATIC
|
77f4237d1c
|
fix bugs related to variable prompt lengths
|
2022-10-08 15:25:59 +03:00 |
|
AUTOMATIC
|
4999eb2ef9
|
do not let user choose his own prompt token count limit
|
2022-10-08 14:25:47 +03:00 |
|
AUTOMATIC
|
45cc0ce3c4
|
Merge remote-tracking branch 'origin/master'
|
2022-10-08 13:39:08 +03:00 |
|
AUTOMATIC
|
706d5944a0
|
let user choose his own prompt token count limit
|
2022-10-08 13:38:57 +03:00 |
|
AUTOMATIC
|
87db6f01cc
|
add info about cross attention javascript shortcut code
|
2022-10-08 10:15:29 +03:00 |
|
AUTOMATIC
|
f7c787eb7c
|
make it possible to use hypernetworks without opt split attention
|
2022-10-07 16:39:51 +03:00 |
|
AUTOMATIC
|
97bc0b9504
|
do not stop working on failed hypernetwork load
|
2022-10-07 13:22:50 +03:00 |
|
AUTOMATIC
|
d15b3ec001
|
support loading VAE
|
2022-10-07 10:40:22 +03:00 |
|
AUTOMATIC
|
bad7cb29ce
|
added support for hypernetworks (???)
|
2022-10-07 10:17:52 +03:00 |
|
AUTOMATIC
|
2995107fa2
|
added ctrl+up or ctrl+down hotkeys for attention
|
2022-10-06 23:44:54 +03:00 |
|
AUTOMATIC
|
b34b25b4c9
|
karras samplers for img2img?
|
2022-10-06 23:27:01 +03:00 |
|
 AUTOMATIC1111andGitHub
|
a5a08b0bee
|
Merge pull request #1372 from fuzzytent/gallery-styling
Improve styling of gallery items
|
2022-10-06 20:30:36 +03:00 |
|
 AUTOMATIC1111andGitHub
|
ab4ddbf333
|
Merge branch 'master' into gallery-styling
|
2022-10-06 20:30:29 +03:00 |
|
AUTOMATIC
|
dbc8a4d351
|
add generation parameters to images shown in web ui
|
2022-10-06 20:27:50 +03:00 |
|
AUTOMATIC
|
1069ec49a3
|
revert back to using list comprehension rather than list and map
|
2022-10-06 20:16:21 +03:00 |
|
 AUTOMATIC1111andGitHub
|
2cfcb23c16
|
Merge pull request #1283 from jn-jairo/fix-vram
Fix memory leak and reduce memory usage
|
2022-10-06 20:10:11 +03:00 |
|
AUTOMATIC
|
f5490674a8
|
fix bad output for error when updating a git repo
|
2022-10-06 17:41:49 +03:00 |
|
AUTOMATIC
|
5993df24a1
|
integrate the new samplers PR
|
2022-10-06 14:12:52 +03:00 |
|
AUTOMATIC
|
2a53280495
|
reorder imports to fix the bug with k-diffusion on some version
|
2022-10-06 13:21:32 +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 |
|
AUTOMATIC
|
6e7057b31b
|
support for downloading new commit hash for git repos
|
2022-10-06 12:08:58 +03:00 |
|
 AUTOMATIC1111andGitHub
|
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 |
|
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 |
|
AUTOMATIC
|
b32852ef03
|
add editor to img2img
|
2022-10-04 20:49:54 +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 |
|
 AUTOMATIC1111andGitHub
|
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 |
|
 AUTOMATIC1111andGitHub
|
bc4d457de8
|
Merge pull request #1616 from brkirch/cpu-cmdline-opt
Add --use-cpu command line option
|
2022-10-04 15:20:10 +03: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 |
|
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 |
|
AUTOMATIC
|
556c36b960
|
add hint, refactor code for #1607
|
2022-10-04 09:18:00 +03:00 |
|
AUTOMATIC
|
5ef0baf5ea
|
add support for gelbooru tags in filenames for textual inversion
|
2022-10-04 08:52:27 +03:00 |
|
AUTOMATIC
|
2865ef4b9a
|
fix broken date in TI
|
2022-10-03 13:10:03 +03:00 |
|
AUTOMATIC
|
43a74fa595
|
batch processing for img2img with an empty output directory, by request
|
2022-10-03 11:48:19 +03:00 |
|
AUTOMATIC
|
d15c125db7
|
Merge remote-tracking branch 'origin/master'
|
2022-10-03 08:54:06 +03:00 |
|
AUTOMATIC
|
6491b09c24
|
use existing function for gfpgan
|
2022-10-03 08:53:52 +03:00 |
|
AUTOMATIC
|
2cd6a00f37
|
Merge remote-tracking branch 'origin/master'
|
2022-10-03 07:58:06 +03:00 |
|
AUTOMATIC
|
138662734c
|
use dropdown instead of radio for img2img upscaler selection
|
2022-10-03 07:57:59 +03:00 |
|
 AUTOMATIC1111andGitHub
|
b2338ea48e
|
Merge pull request #1490 from RnDMonkey/#1484_fix_empty_styles_pattern
#1484 fix empty styles pattern
|
2022-10-03 07:55:04 +03:00 |
|
 AUTOMATIC1111andGitHub
|
3fac3764b3
|
Merge branch 'master' into #1484_fix_empty_styles_pattern
|
2022-10-03 07:54:57 +03:00 |
|
AUTOMATIC
|
4c2eccf8e9
|
credit Rinon Gal
|
2022-10-02 23:22:48 +03:00 |
|
AUTOMATIC
|
166283653c
|
remove LDSR warning
|
2022-10-02 23:18:13 +03:00 |
|
AUTOMATIC
|
6785331e22
|
keep textual inversion dataset latents in CPU memory to save a bit of VRAM
|
2022-10-02 22:59:01 +03:00 |
|
AUTOMATIC
|
c7543d4940
|
preprocessing for textual inversion added
|
2022-10-02 22:41:21 +03:00 |
|
AUTOMATIC
|
c4445225f7
|
change wording for options
|
2022-10-02 21:50:14 +03:00 |
|
AUTOMATIC
|
c0389eb307
|
hello
|
2022-10-02 21:35:29 +03:00 |
|
 AUTOMATIC1111andGitHub
|
ad0503c1b5
|
Merge pull request #1454 from AUTOMATIC1111/1404-script-reload-without-restart
Gradio+custom script+js+css reload without model reloading
|
2022-10-02 21:33:32 +03:00 |
|
 AUTOMATIC1111andGitHub
|
688c4a914a
|
Merge branch 'master' into 1404-script-reload-without-restart
|
2022-10-02 21:33:22 +03:00 |
|
AUTOMATIC
|
852fd90c0d
|
emergency fix for disabling SD model download after multiple complaints
|
2022-10-02 21:22:20 +03:00 |
|
AUTOMATIC
|
0a435f0988
|
Merge remote-tracking branch 'origin/master'
|
2022-10-02 21:21:10 +03:00 |
|
 AUTOMATIC1111andGitHub
|
0b94fc5033
|
Merge pull request #1324 from liamkerr/token_updates
Fixing Bugs with Token Counter
|
2022-10-02 21:20:05 +03:00 |
|
AUTOMATIC
|
a1cde7e646
|
disabled SD model download after multiple complaints
|
2022-10-02 21:09:10 +03:00 |
|
AUTOMATIC
|
3ff0de2c59
|
added --disable-console-progressbars to disable progressbars in console
disabled printing prompts to console by default, enabled by --enable-console-prompts
|
2022-10-02 20:23:40 +03:00 |
|
AUTOMATIC
|
4ec4af6e0b
|
add checkpoint info to saved embeddings
|
2022-10-02 20:15:25 +03:00 |
|
AUTOMATIC
|
71fe7fa49f
|
fix using aaaa-100 embedding when the prompt has aaaa-10000 and you have both aaaa-100 and aaaa-10000 in the directory with embeddings.
|
2022-10-02 19:56:37 +03:00 |
|
AUTOMATIC
|
88ec0cf557
|
fix for incorrect embedding token length calculation (will break seeds that use embeddings, you're welcome!)
add option to input initialization text for embeddings
|
2022-10-02 19:40:51 +03:00 |
|
AUTOMATIC
|
53a3dc601f
|
move CLIP out of requirements and into launcher to make it possible to launch the program offline
|
2022-10-02 18:21:56 +03:00 |
|
 AUTOMATIC1111andGitHub
|
6e063124ac
|
Merge pull request #1403 from d8ahazard/ScuNET
Add ScuNET Denoiser/Upscaler, Fix some Model Loader issues
|
2022-10-02 17:39:34 +03:00 |
|
AUTOMATIC
|
f34e2293d0
|
Merge remote-tracking branch 'origin/master'
|
2022-10-02 17:25:28 +03:00 |
|
AUTOMATIC
|
0758f6e641
|
fix --ckpt option breaking model selection
|
2022-10-02 17:24:50 +03:00 |
|
 AUTOMATIC1111andGitHub
|
1955ca62a8
|
Merge pull request #1214 from WDevelopsWebApps/saving
Save Button file and directory naming
|
2022-10-02 17:03:09 +03:00 |
|
 AUTOMATIC1111andGitHub
|
a9d7eb722f
|
Merge branch 'master' into saving
|
2022-10-02 17:03:01 +03:00 |
|
AUTOMATIC
|
5f561ee95d
|
Merge remote-tracking branch 'origin/master'
|
2022-10-02 15:49:59 +03:00 |
|
AUTOMATIC
|
0114057ad6
|
fix incorrect use of glob in modelloader for #1410
|
2022-10-02 15:49:42 +03:00 |
|
 AUTOMATIC1111andGitHub
|
46588c582d
|
Merge pull request #1459 from asimard1/master
Add progress bar for SwinIR upscale in cmd
|
2022-10-02 15:35:55 +03:00 |
|
AUTOMATIC
|
820f1dc96b
|
initial support for training textual inversion
|
2022-10-02 15:03:39 +03:00 |
|
AUTOMATIC
|
84e97a98c5
|
features updates
unused code removed from outpainting mk2
|
2022-10-01 00:38:48 +03:00 |
|
AUTOMATIC
|
6b02966fcd
|
fix #1405 submitting both tabs
|
2022-10-01 00:14:44 +03:00 |
|
 AUTOMATIC1111andGitHub
|
20f378a399
|
Merge pull request #1405 from tsngo/return-key-prompt-submit
ALT + return will submit prompt when it's in focus
|
2022-09-30 23:59:59 +03:00 |
|
AUTOMATIC
|
89f0acc6bf
|
remove extra print from BSRGAN
|
2022-09-30 23:18:47 +03:00 |
|
 AUTOMATIC1111andGitHub
|
f253790b40
|
Merge pull request #1371 from d8ahazard/master
Fix LDSR, BSRGAN, recursive SD checkpoint Loading
|
2022-09-30 23:09:18 +03:00 |
|
AUTOMATIC
|
3f64e23f81
|
fix model checkpoint merger tab failing to save model
|
2022-09-30 22:57:25 +03:00 |
|
AUTOMATIC
|
2b03f0bbda
|
if --ckpt option is specified, load that model
|
2022-09-30 22:16:03 +03:00 |
|
AUTOMATIC
|
3a876b16a9
|
Merge remote-tracking branch 'origin/master'
|
2022-09-30 18:56:23 +03:00 |
|
AUTOMATIC
|
4794202ebc
|
hello #1109
|
2022-09-30 18:56:10 +03:00 |
|
AUTOMATIC
|
ac21d308cd
|
fix for one error with BSRGAN, though it fails to work anyway #1109
|
2022-09-30 18:55:46 +03:00 |
|
AUTOMATIC
|
43c87ef0fc
|
change default inpaint mode to original
|
2022-09-30 18:07:49 +03:00 |
|
AUTOMATIC
|
980cd1697a
|
prevent neural network resizing when it is not necessary #1109
|
2022-09-30 14:23:41 +03:00 |
|
AUTOMATIC
|
98cc6c6e74
|
add embeddings dir
|
2022-09-30 14:16:26 +03:00 |
|
AUTOMATIC
|
b197f398ec
|
place the Put Stable Diffusion checkpoints here.txt in the right place
|
2022-09-30 12:57:30 +03:00 |
|
AUTOMATIC
|
b60cd0809f
|
return the dropdown that mysteriously disappeared
|
2022-09-30 12:56:36 +03:00 |
|
AUTOMATIC
|
9a54077d4d
|
repair broken highres fix #1109
|
2022-09-30 12:26:41 +03:00 |
|
AUTOMATIC
|
cef838a6ab
|
revert the annotation not supported by old pythons
|
2022-09-30 12:15:29 +03:00 |
|
AUTOMATIC
|
5b6d34f675
|
added contributing to readme
|
2022-09-30 11:57:19 +03:00 |
|
AUTOMATIC
|
d1f098540a
|
remove unwanted formatting/functionality from the PR
|
2022-09-30 11:42:40 +03:00 |
|
AUTOMATIC
|
2552204fcb
|
fix for broken codeformer in PR
|
2022-09-30 11:03:00 +03:00 |
|
AUTOMATIC
|
aec811c5e6
|
undo upscaler model filename tampering
|
2022-09-30 10:52:45 +03:00 |
|
AUTOMATIC
|
a5e7b371d6
|
fix the bug with broken rescaling in PR
|
2022-09-30 10:38:48 +03:00 |
|
AUTOMATIC
|
8f1b315318
|
fix bugs in the PR
|
2022-09-30 09:46:52 +03:00 |
|
 AUTOMATIC1111andGitHub
|
25414bcd05
|
Merge pull request #1109 from d8ahazard/ModelLoader
Model Loader, Fixes
|
2022-09-30 09:35:58 +03:00 |
|
AUTOMATIC
|
f80c3696f6
|
fix the sys not found error when importing sd_samplers that appeared after PR
|
2022-09-30 08:21:05 +03:00 |
|
AUTOMATIC
|
f295d90971
|
add advertisement for custom scripts to readme
|
2022-09-30 08:18:05 +03:00 |
|