Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2023-07-16 | Merge pull request #11757 from AUTOMATIC1111/sdxl | AUTOMATIC1111 | -0/+38 | |
SD XL support | ||||
2023-07-15 | add textual inversion hashes to infotext | AUTOMATIC1111 | -1/+4 | |
2023-07-14 | initial SDXL refiner support | AUTOMATIC1111 | -5/+13 | |
2023-07-13 | fix CLIP doing the unneeded normalization | AUTOMATIC1111 | -1/+1 | |
revert SD2.1 back to use the original repo add SDXL's force_zero_embeddings to negative prompt | ||||
2023-07-12 | SDXL support | AUTOMATIC1111 | -1/+22 | |
2023-07-11 | getting SD2.1 to run on SDXL repo | AUTOMATIC1111 | -0/+9 | |
2023-06-01 | revert default cross attention optimization to Doggettx | AUTOMATIC | -0/+2 | |
make --disable-opt-split-attention command line option work again | ||||
2023-05-27 | custom unet support | AUTOMATIC | -6/+14 | |
2023-05-23 | possible fix for empty list of optimizations #10605 | AUTOMATIC | -6/+15 | |
2023-05-19 | make it actually work after suggestions | AUTOMATIC | -1/+1 | |
2023-05-19 | fix linter issues | AUTOMATIC | -1/+0 | |
2023-05-18 | make it possible for scripts to add cross attention optimizations | AUTOMATIC | -41/+49 | |
add UI selection for cross attention optimization | ||||
2023-05-14 | fix model loading twice in some situations | AUTOMATIC | -0/+3 | |
2023-05-11 | Autofix Ruff W (not W605) (mostly whitespace) | Aarni Koskela | -6/+6 | |
2023-05-10 | ruff auto fixes | AUTOMATIC | -1/+1 | |
2023-05-10 | imports cleanup for ruff | AUTOMATIC | -1/+1 | |
2023-05-10 | autofixes from ruff | AUTOMATIC | -2/+2 | |
2023-03-10 | sdp_attnblock_forward hijack | Pam | -0/+2 | |
2023-03-10 | sdp refactoring | Pam | -9/+10 | |
2023-03-10 | argument to disable memory efficient for sdp | Pam | -3/+8 | |
2023-03-07 | scaled dot product attention | Pam | -0/+4 | |
2023-02-19 | Merge branch 'master' into weighted-learning | AUTOMATIC1111 | -0/+2 | |
2023-02-15 | Hijack to add weighted_forward to model: return loss * weight map | Shondoit | -0/+52 | |
2023-02-07 | Apply hijacks in ddpm_edit for upcast sampling | brkirch | -0/+3 | |
To avoid import errors, ddpm_edit hijacks are done after an instruct pix2pix model is loaded. | ||||
2023-01-28 | Merge pull request #7309 from brkirch/fix-embeddings | AUTOMATIC1111 | -1/+1 | |
Fix embeddings, upscalers, and refactor `--upcast-sampling` | ||||
2023-01-28 | automatically detect v-parameterization for SD2 checkpoints | AUTOMATIC | -0/+2 | |
2023-01-28 | Refactor conditional casting, fix upscalers | brkirch | -1/+1 | |
2023-01-26 | Fix embeddings dtype mismatch | brkirch | -1/+1 | |
2023-01-19 | write a comment for fix_checkpoint function | AUTOMATIC | -0/+7 | |
2023-01-18 | add option to show/hide warnings | AUTOMATIC | -8/+0 | |
removed hiding warnings from LDSR fixed/reworked few places that produced warnings | ||||
2023-01-08 | make it possible for extensions/scripts to add their own embedding directories | AUTOMATIC | -3/+4 | |
2023-01-07 | Merge pull request #6055 from brkirch/sub-quad_attn_opt | AUTOMATIC1111 | -12/+9 | |
Add Birch-san's sub-quadratic attention implementation | ||||
2023-01-07 | CLIP hijack rework | AUTOMATIC | -3/+3 | |
2023-01-06 | Allow Doggettx's cross attention opt without CUDA | brkirch | -1/+1 | |
2023-01-06 | Merge remote-tracking branch 'upstream/master' into sub-quad_attn_opt | brkirch | -1/+11 | |
2023-01-06 | Merge branch 'AUTOMATIC1111:master' into sub-quad_attn_opt | brkirch | -6/+19 | |
2023-01-06 | Add Birch-san's sub-quadratic attention implementation | brkirch | -9/+6 | |
2023-01-04 | add cross-attention info | Vladimir Mandic | -1/+11 | |
2022-12-31 | alt-diffusion integration | AUTOMATIC | -8/+10 | |
2022-12-31 | Merge remote-tracking branch 'baai-open-internal/master' into alt-diffusion | AUTOMATIC | -6/+17 | |
2022-12-10 | cleanup some unneeded imports for hijack files | AUTOMATIC | -8/+2 | |
2022-12-10 | do not replace entire unet for the resolution hack | AUTOMATIC | -2/+3 | |
2022-12-10 | Merge pull request #4978 from aliencaocao/support_any_resolution | AUTOMATIC1111 | -0/+1 | |
Patch UNet Forward to support resolutions that are not multiples of 64 | ||||
2022-12-06 | add hash and fix undo hijack bug | zhaohu xing | -1/+5 | |
Signed-off-by: zhaohu xing <920232796@qq.com> | ||||
2022-12-06 | Merge pull request #3 from 920232796/master | Zac Liu | -1/+1 | |
fix device support for mps update the support for SD2.0 | ||||
2022-12-06 | Merge branch 'AUTOMATIC1111:master' into master | Zac Liu | -5/+2 | |
2022-12-06 | fix bugs | zhaohu xing | -1/+1 | |
Signed-off-by: zhaohu xing <920232796@qq.com> | ||||
2022-12-03 | move #5216 to the extension | AUTOMATIC | -1/+1 | |
2022-12-03 | Merge remote-tracking branch 'wywywywy/autoencoder-hijack' | AUTOMATIC | -1/+1 | |
2022-12-03 | Merge pull request #5194 from brkirch/autocast-and-mps-randn-fixes | AUTOMATIC1111 | -5/+1 | |
Use devices.autocast() and fix MPS randn issues |