756 Commits (7edd58d90dd08f68fab5ff84d26dedd0eb85cae3)

Author SHA1 Message Date
AUTOMATIC 0241d811d2 Revert "Fix for Prompts_from_file showing extra textbox."
This reverts commit e2930f9821.
3 years ago
AUTOMATIC ab4fe4f44c hide filenames for save button by default 3 years ago
Tony Beeman cbf6dad02d Handle case where on_show returns the wrong number of arguments 3 years ago
Tony Beeman 86cb16886f Pull Request Code Review Fixes 3 years ago
Tony Beeman e2930f9821 Fix for Prompts_from_file showing extra textbox. 3 years ago
Nicolas Noullet 1ffeb42d38 Fix typo 3 years ago
frostydad ef93acdc73 remove line break 3 years ago
frostydad 03e570886f Fix incorrect sampler name in output 3 years ago
Fampai 122d42687b Fix VRAM Issue by only loading in hypernetwork when selected in settings 3 years ago
AUTOMATIC1111 e00b4df7c6
Merge pull request #1752 from Greendayle/dev/deepdanbooru
Added DeepDanbooru interrogator
3 years ago
aoirusann 14192c5b20 Support `Download` for txt files. 3 years ago
aoirusann 5ab7e88d9b Add `Download` & `Download as zip` 3 years ago
AUTOMATIC 4e569fd888 fixed incorrect message about loading config; thanks anon! 3 years ago
AUTOMATIC c77c89cc83 make main model loading and model merger use the same code 3 years ago
AUTOMATIC 050a6a798c support loading .yaml config with same name as model
support EMA weights in processing (????)
3 years ago
Aidan Holland 432782163a chore: Fix typos 3 years ago
Edouard Leurent 610a7f4e14 Break after finding the local directory of stable diffusion
Otherwise, we may override it with one of the next two path (. or ..) if it is present there, and then the local paths of other modules (taming transformers, codeformers, etc.) wont be found in sd_path/../.

Fix https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/1085
3 years ago
AUTOMATIC 3b2141c5fb add 'Ignore last layers of CLIP model' option as a parameter to the infotext 3 years ago
AUTOMATIC e6e42f98df make --force-enable-xformers work without needing --xformers 3 years ago
Fampai 1371d7608b Added ability to ignore last n layers in FrozenCLIPEmbedder 3 years ago
DepFA b458fa48fe Update ui.py 3 years ago
DepFA 15c4278f1a TI preprocess wording
I had to check the code to work out what splitting was 🤷🏿
3 years ago
Greendayle 0ec80f0125
Merge branch 'master' into dev/deepdanbooru 3 years ago
AUTOMATIC 3061cdb7b6 add --force-enable-xformers option and also add messages to console regarding cross attention optimizations 3 years ago
AUTOMATIC f9c5da1592 add fallback for xformers_attnblock_forward 3 years ago
Greendayle 01f8cb4447 made deepdanbooru optional, added to readme, automatic download of deepbooru model 3 years ago
Artem Zagidulin a5550f0213 alternate prompt 3 years ago
C43H66N12O12S2 cc0258aea7 check for ampere without destroying the optimizations. again. 3 years ago
C43H66N12O12S2 017b6b8744 check for ampere 3 years ago
Greendayle 5329d0aba0 Merge branch 'master' into dev/deepdanbooru 3 years ago
AUTOMATIC cfc33f99d4 why did you do this 3 years ago
Greendayle 2e8ba0fa47 fix conflicts 3 years ago
Milly 4f33289d0f Fixed typo 3 years ago
AUTOMATIC 27032c47df restore old opt_split_attention/disable_opt_split_attention logic 3 years ago
AUTOMATIC dc1117233e simplify xfrmers options: --xformers to enable and that's it 3 years ago
AUTOMATIC 7ff1170a2e emergency fix for xformers (continue + shared) 3 years ago
AUTOMATIC1111 48feae37ff
Merge pull request #1851 from C43H66N12O12S2/flash
xformers attention
3 years ago
C43H66N12O12S2 970de9ee68
Update sd_hijack.py 3 years ago
C43H66N12O12S2 69d0053583
update sd_hijack_opt to respect new env variables 3 years ago
C43H66N12O12S2 ddfa9a9786
add xformers_available shared variable 3 years ago
C43H66N12O12S2 26b459a379
default to split attention if cuda is available and xformers is not 3 years ago
MrCheeze 5f85a74b00 fix bug where when using prompt composition, hijack_comments generated before the final AND will be dropped 3 years ago
ddPn08 772db721a5 fix glob path in hypernetwork.py 3 years ago
AUTOMATIC 7001bffe02 fix AND broken for long prompts 3 years ago
AUTOMATIC 77f4237d1c fix bugs related to variable prompt lengths 3 years ago
AUTOMATIC 4999eb2ef9 do not let user choose his own prompt token count limit 3 years ago
Trung Ngo 00117a07ef check specifically for skipped 3 years ago
Trung Ngo 786d9f63aa Add button to skip the current iteration 3 years ago
AUTOMATIC 45cc0ce3c4 Merge remote-tracking branch 'origin/master' 3 years ago
AUTOMATIC 706d5944a0 let user choose his own prompt token count limit 3 years ago
leko 616b7218f7 fix: handles when state_dict does not exist 3 years ago
C43H66N12O12S2 91d66f5520
use new attnblock for xformers path 3 years ago
C43H66N12O12S2 76a616fa6b
Update sd_hijack_optimizations.py 3 years ago
C43H66N12O12S2 5d54f35c58
add xformers attnblock and hypernetwork support 3 years ago
brkirch f2055cb1d4 Add hypernetwork support to split cross attention v1
* Add hypernetwork support to split_cross_attention_forward_v1
* Fix device check in esrgan_model.py to use devices.device_esrgan instead of shared.device
3 years ago
C43H66N12O12S2 b70eaeb200
delete broken and unnecessary aliases 3 years ago
C43H66N12O12S2 c9cc65b201
switch to the proper way of calling xformers 3 years ago
AUTOMATIC 12c4d5c6b5 hypernetwork training mk1 3 years ago
Greendayle 5f12e7efd9 linux test 3 years ago
Greendayle fa2ea648db even more powerfull fix 3 years ago
Greendayle 54fa613c83 loading tf only in interrogation process 3 years ago
Greendayle 537da7a304 Merge branch 'master' into dev/deepdanbooru 3 years ago
AUTOMATIC f7c787eb7c make it possible to use hypernetworks without opt split attention 3 years ago
AUTOMATIC 97bc0b9504 do not stop working on failed hypernetwork load 3 years ago
AUTOMATIC d15b3ec001 support loading VAE 3 years ago
AUTOMATIC bad7cb29ce added support for hypernetworks (???) 3 years ago
C43H66N12O12S2 5e3ff846c5
Update sd_hijack.py 3 years ago
C43H66N12O12S2 5303df2428
Update sd_hijack.py 3 years ago
C43H66N12O12S2 35d6b23162
Update sd_hijack.py 3 years ago
C43H66N12O12S2 da4ab2707b
Update shared.py 3 years ago
C43H66N12O12S2 2eb911b056
Update sd_hijack.py 3 years ago
C43H66N12O12S2 f174fb2922
add xformers attention 3 years ago
AUTOMATIC b34b25b4c9 karras samplers for img2img? 3 years ago
Milly 405c8171d1 Prefer using `Processed.sd_model_hash` attribute when filename pattern 3 years ago
Milly 1cc36d170a Added job_timestamp to Processed
So `[job_timestamp]` pattern can use in saving image UI.
3 years ago
Milly 070b7d60cf Added styles to Processed
So `[styles]` pattern can use in saving image UI.
3 years ago
Milly cf7c784fcc Removed duplicate defined models_path
Use `modules.paths.models_path` instead `modules.shared.model_path`.
3 years ago
AUTOMATIC dbc8a4d351 add generation parameters to images shown in web ui 3 years ago
Milly 0bb458f0ca Removed duplicate image saving codes
Use `modules.images.save_image()` instead.
3 years ago
Jairo Correa b66aa334a9 Merge branch 'master' into fix-vram 3 years ago
DepFA fec71e4de2 Default window title progress updates on 3 years ago
DepFA be71115b1a Update shared.py 3 years ago
AUTOMATIC 5993df24a1 integrate the new samplers PR 3 years ago
C43H66N12O12S2 3ddf80a9db add variant setting 3 years ago
C43H66N12O12S2 71901b3d3b add karras scheduling variants 3 years ago
AUTOMATIC 2d3ea42a2d workaround for a mysterious bug where prompt weights can't be matched 3 years ago
AUTOMATIC 5f24b7bcf4 option to let users select which samplers they want to hide 3 years ago
Raphael Stoeckli 4288e53fc2 removed unused import, fixed typo 3 years ago
Raphael Stoeckli 2499fb4e19 Add sanitizer for captions in Textual inversion 3 years ago
AUTOMATIC1111 0e92c36707
Merge pull request #1755 from AUTOMATIC1111/use-typing-list
use typing.list in prompt_parser.py for wider python version support
3 years ago
DepFA 55400c981b Set gradio-img2img-tool default to 'editor' 3 years ago
DepFA af02ee1297
Merge branch 'master' into use-typing-list 3 years ago
DepFA 34c358d10d
use typing.list in prompt_parser.py for wider python version support 3 years ago
AUTOMATIC 20f8ec877a remove type annotations in new code because presumably they don't work in 3.7 3 years ago
AUTOMATIC f8e41a96bb fix various float parsing errors 3 years ago
Greendayle 4320f386d9 removing underscores and colons 3 years ago
AUTOMATIC c26732fbee added support for AND from https://energy-based-model.github.io/Compositional-Visual-Generation-with-Composable-Diffusion-Models/ 3 years ago
Greendayle 17a99baf0c better model search 3 years ago
Greendayle 1506fab29a removing problematic tag 3 years ago
Greendayle 59a2b9e5af deepdanbooru interrogator 3 years ago
DepFA bbdbbd36ed shared.state.interrupt when restart is requested 3 years ago
Jairo Correa 82380d9ac1 Removing parts no longer needed to fix vram 3 years ago
Jairo Correa 1f50971fb8 Merge branch 'master' into fix-vram 3 years ago
xpscyho ef40e4cd4d Display time taken in mins, secs when relevant
Fixes #1656
3 years ago
AUTOMATIC b32852ef03 add editor to img2img 3 years ago
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
3 years ago
AUTOMATIC 1eb588cbf1 remove functools.cache as some people are having issues with it 3 years ago
AUTOMATIC e1b128d8e4 do not touch p.seed/p.subseed during processing #1181 3 years ago
AUTOMATIC 957e29a8e9 option to not show images in web ui 3 years ago
AUTOMATIC 52cef36f6b emergency fix for img2img 3 years ago
AUTOMATIC1111 e6cbef785a
Merge pull request #1550 from RnDMonkey/#1484_fix_empty_styles_pattern
#1484 fix empty styles pattern
3 years ago
Milly eec1b39bd5 Apply prompt pattern last 3 years ago
Justin Riddiough ea6b0d98a6 Remove pycharm note, fix typo 3 years ago
Justin Riddiough accd00d6b8 Explain how to use second progress bar in pycharm 3 years ago
brkirch e9e2a7ec9a
Merge branch 'master' into cpu-cmdline-opt 3 years ago
AUTOMATIC d5bba20a58 ignore errors in parse for purposes of token counting for #1564 3 years ago
AUTOMATIC b7f3996982 Merge remote-tracking branch 'origin/master' 3 years ago
AUTOMATIC 6165246124 support interrupting after the previous change 3 years ago
dan 2f1b61d979 Allow nested structures inside schedules 3 years ago
AUTOMATIC 6c6ae28bf5 send all three of GFPGAN's and codeformer's models to CPU memory instead of just one for #1283 3 years ago
brkirch dc9c5a9774 Modify --add-cpu description 3 years ago
brkirch 27ddc24fde Add BSRGAN to --add-cpu 3 years ago
brkirch 2adb249740 Merge branch 'cpu-cmdline-opt' of https://github.com/brkirch/stable-diffusion-webui into cpu-cmdline-opt 3 years ago
brkirch 35a00b0130
Merge branch 'AUTOMATIC1111:master' into cpu-cmdline-opt 3 years ago
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.
3 years ago
AUTOMATIC 5ef0baf5ea add support for gelbooru tags in filenames for textual inversion 3 years ago
brkirch b88e4ea7d6
Merge branch 'master' into master 3 years ago
AUTOMATIC 2865ef4b9a fix broken date in TI 3 years ago
AUTOMATIC 43a74fa595 batch processing for img2img with an empty output directory, by request 3 years ago
AUTOMATIC d15c125db7 Merge remote-tracking branch 'origin/master' 3 years ago
AUTOMATIC 6491b09c24 use existing function for gfpgan 3 years ago
RnDMonkey 80c418c0d3
Merge branch 'AUTOMATIC1111:master' into #1484_fix_empty_styles_pattern 3 years ago
RnDMonkey 36ea4ac0f5 moved no-style return outside join function 3 years ago
hentailord85ez 34c638142e Fixed when eta = 0
Unexpected behavior when using eta = 0 in something like XY, but your default eta was set to something not 0.
3 years ago
Hanusz Leszek e615d4f9d1 Convert folder icon surrogate pair to valid utf8 3 years ago
AUTOMATIC 2cd6a00f37 Merge remote-tracking branch 'origin/master' 3 years ago
AUTOMATIC 138662734c use dropdown instead of radio for img2img upscaler selection 3 years ago
AUTOMATIC1111 3fac3764b3
Merge branch 'master' into #1484_fix_empty_styles_pattern 3 years ago
Jairo Correa ad0cc85d1f Merge branch 'master' into stable 3 years ago
AUTOMATIC 166283653c remove LDSR warning 3 years ago
AUTOMATIC 6785331e22 keep textual inversion dataset latents in CPU memory to save a bit of VRAM 3 years ago
AUTOMATIC c7543d4940 preprocessing for textual inversion added 3 years ago
AUTOMATIC c4445225f7 change wording for options 3 years ago
Lopyter 91f327f22b make save to dirs optional for imgs saved from ui 3 years ago
AUTOMATIC1111 688c4a914a
Merge branch 'master' into 1404-script-reload-without-restart 3 years ago
DepFA e808096cf6
correct indent 3 years ago
AUTOMATIC 852fd90c0d emergency fix for disabling SD model download after multiple complaints 3 years ago
AUTOMATIC 0a435f0988 Merge remote-tracking branch 'origin/master' 3 years ago
AUTOMATIC1111 0b94fc5033
Merge pull request #1324 from liamkerr/token_updates
Fixing Bugs with Token Counter
3 years ago
AUTOMATIC a1cde7e646 disabled SD model download after multiple complaints 3 years ago