Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2022-10-22 | removed aesthetic gradients as built-in | AUTOMATIC | -1/+0 | |
added support for extensions | ||||
2022-10-21 | make aestetic embedding ciompatible with prompts longer than 75 tokens | AUTOMATIC | -1/+1 | |
2022-10-21 | Merge branch 'ae' | AUTOMATIC | -15/+15 | |
2022-10-18 | Update sd_hijack.py | C43H66N12O12S2 | -1/+1 | |
2022-10-18 | use legacy attnblock | C43H66N12O12S2 | -1/+1 | |
2022-10-16 | ui fix, re organization of the code | MalumaDev | -97/+5 | |
2022-10-16 | ui fix | MalumaDev | -1/+1 | |
2022-10-16 | ui fix | MalumaDev | -2/+1 | |
2022-10-16 | Merge remote-tracking branch 'origin/test_resolve_conflicts' into ↵ | MalumaDev | -2/+2 | |
test_resolve_conflicts | ||||
2022-10-16 | fixed dropbox update | MalumaDev | -2/+2 | |
2022-10-16 | Merge branch 'master' into test_resolve_conflicts | MalumaDev | -2/+2 | |
2022-10-15 | Update sd_hijack.py | C43H66N12O12S2 | -1/+1 | |
2022-10-15 | fix to tokens lenght, addend embs generator, add new features to edit the ↵ | MalumaDev | -38/+73 | |
embedding before the generation using text | ||||
2022-10-14 | init | MalumaDev | -2/+78 | |
2022-10-12 | fix iterator bug for #2295 | AUTOMATIC | -4/+4 | |
2022-10-12 | Account when lines are mismatched | hentailord85ez | -1/+11 | |
2022-10-11 | Add check for psutil | brkirch | -2/+8 | |
2022-10-11 | Add cross-attention optimization from InvokeAI | brkirch | -1/+4 | |
* Add cross-attention optimization from InvokeAI (~30% speed improvement on MPS) * Add command line option for it * Make it default when CUDA is unavailable | ||||
2022-10-11 | rename hypernetwork dir to hypernetworks to prevent clash with an old ↵ | AUTOMATIC | -1/+1 | |
filename that people who use zip instead of git clone will have | ||||
2022-10-11 | Merge branch 'master' into hypernetwork-training | AUTOMATIC | -30/+93 | |
2022-10-11 | Comma backtrack padding (#2192) | hentailord85ez | -1/+18 | |
Comma backtrack padding | ||||
2022-10-10 | allow pascal onwards | C43H66N12O12S2 | -1/+1 | |
2022-10-10 | Add back in output hidden states parameter | hentailord85ez | -1/+1 | |
2022-10-10 | Pad beginning of textual inversion embedding | hentailord85ez | -0/+5 | |
2022-10-10 | Unlimited Token Works | hentailord85ez | -23/+46 | |
Unlimited tokens actually work now. Works with textual inversion too. Replaces the previous not-so-much-working implementation. | ||||
2022-10-09 | Removed unnecessary tmp variable | Fampai | -4/+3 | |
2022-10-09 | Updated code for legibility | Fampai | -2/+5 | |
2022-10-09 | Optimized code for Ignoring last CLIP layers | Fampai | -8/+4 | |
2022-10-08 | Added ability to ignore last n layers in FrozenCLIPEmbedder | Fampai | -2/+9 | |
2022-10-08 | add --force-enable-xformers option and also add messages to console ↵ | AUTOMATIC | -1/+5 | |
regarding cross attention optimizations | ||||
2022-10-08 | check for ampere without destroying the optimizations. again. | C43H66N12O12S2 | -4/+3 | |
2022-10-08 | check for ampere | C43H66N12O12S2 | -3/+4 | |
2022-10-08 | why did you do this | AUTOMATIC | -1/+1 | |
2022-10-08 | restore old opt_split_attention/disable_opt_split_attention logic | AUTOMATIC | -1/+1 | |
2022-10-08 | simplify xfrmers options: --xformers to enable and that's it | AUTOMATIC | -1/+1 | |
2022-10-08 | Merge pull request #1851 from C43H66N12O12S2/flash | AUTOMATIC1111 | -4/+6 | |
xformers attention | ||||
2022-10-08 | Update sd_hijack.py | C43H66N12O12S2 | -1/+1 | |
2022-10-08 | default to split attention if cuda is available and xformers is not | C43H66N12O12S2 | -2/+2 | |
2022-10-08 | fix bug where when using prompt composition, hijack_comments generated ↵ | MrCheeze | -1/+4 | |
before the final AND will be dropped | ||||
2022-10-08 | fix bugs related to variable prompt lengths | AUTOMATIC | -5/+9 | |
2022-10-08 | do not let user choose his own prompt token count limit | AUTOMATIC | -13/+12 | |
2022-10-08 | let user choose his own prompt token count limit | AUTOMATIC | -6/+7 | |
2022-10-08 | use new attnblock for xformers path | C43H66N12O12S2 | -1/+1 | |
2022-10-08 | delete broken and unnecessary aliases | C43H66N12O12S2 | -6/+4 | |
2022-10-07 | hypernetwork training mk1 | AUTOMATIC | -1/+3 | |
2022-10-07 | make it possible to use hypernetworks without opt split attention | AUTOMATIC | -2/+4 | |
2022-10-07 | Update sd_hijack.py | C43H66N12O12S2 | -1/+1 | |
2022-10-07 | Update sd_hijack.py | C43H66N12O12S2 | -2/+2 | |
2022-10-07 | Update sd_hijack.py | C43H66N12O12S2 | -2/+1 | |
2022-10-07 | Update sd_hijack.py | C43H66N12O12S2 | -4/+9 | |