Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make it actually work after suggestions | AUTOMATIC | 2023-05-19 | 1 | -1/+1 |
| | |||||
* | fix linter issues | AUTOMATIC | 2023-05-18 | 1 | -1/+0 |
| | |||||
* | make it possible for scripts to add cross attention optimizations | AUTOMATIC | 2023-05-18 | 1 | -41/+49 |
| | | | | add UI selection for cross attention optimization | ||||
* | fix model loading twice in some situations | AUTOMATIC | 2023-05-14 | 1 | -0/+3 |
| | |||||
* | Autofix Ruff W (not W605) (mostly whitespace) | Aarni Koskela | 2023-05-11 | 1 | -6/+6 |
| | |||||
* | ruff auto fixes | AUTOMATIC | 2023-05-10 | 1 | -1/+1 |
| | |||||
* | imports cleanup for ruff | AUTOMATIC | 2023-05-10 | 1 | -1/+1 |
| | |||||
* | autofixes from ruff | AUTOMATIC | 2023-05-10 | 1 | -2/+2 |
| | |||||
* | sdp_attnblock_forward hijack | Pam | 2023-03-10 | 1 | -0/+2 |
| | |||||
* | sdp refactoring | Pam | 2023-03-10 | 1 | -9/+10 |
| | |||||
* | argument to disable memory efficient for sdp | Pam | 2023-03-10 | 1 | -3/+8 |
| | |||||
* | scaled dot product attention | Pam | 2023-03-06 | 1 | -0/+4 |
| | |||||
* | Merge branch 'master' into weighted-learning | AUTOMATIC1111 | 2023-02-19 | 1 | -0/+2 |
|\ | |||||
| * | Apply hijacks in ddpm_edit for upcast sampling | brkirch | 2023-02-08 | 1 | -0/+3 |
| | | | | | | | | To avoid import errors, ddpm_edit hijacks are done after an instruct pix2pix model is loaded. | ||||
* | | Hijack to add weighted_forward to model: return loss * weight map | Shondoit | 2023-02-15 | 1 | -0/+52 |
|/ | |||||
* | Merge pull request #7309 from brkirch/fix-embeddings | AUTOMATIC1111 | 2023-01-28 | 1 | -1/+1 |
|\ | | | | | Fix embeddings, upscalers, and refactor `--upcast-sampling` | ||||
| * | Refactor conditional casting, fix upscalers | brkirch | 2023-01-28 | 1 | -1/+1 |
| | | |||||
| * | Fix embeddings dtype mismatch | brkirch | 2023-01-26 | 1 | -1/+1 |
| | | |||||
* | | automatically detect v-parameterization for SD2 checkpoints | AUTOMATIC | 2023-01-28 | 1 | -0/+2 |
|/ | |||||
* | write a comment for fix_checkpoint function | AUTOMATIC | 2023-01-19 | 1 | -0/+7 |
| | |||||
* | add option to show/hide warnings | AUTOMATIC | 2023-01-18 | 1 | -8/+0 |
| | | | | | removed hiding warnings from LDSR fixed/reworked few places that produced warnings | ||||
* | make it possible for extensions/scripts to add their own embedding directories | AUTOMATIC | 2023-01-08 | 1 | -3/+4 |
| | |||||
* | Merge pull request #6055 from brkirch/sub-quad_attn_opt | AUTOMATIC1111 | 2023-01-07 | 1 | -12/+9 |
|\ | | | | | Add Birch-san's sub-quadratic attention implementation | ||||
| * | Allow Doggettx's cross attention opt without CUDA | brkirch | 2023-01-06 | 1 | -1/+1 |
| | | |||||
| * | Merge remote-tracking branch 'upstream/master' into sub-quad_attn_opt | brkirch | 2023-01-06 | 1 | -1/+11 |
| |\ | |||||
| * \ | Merge branch 'AUTOMATIC1111:master' into sub-quad_attn_opt | brkirch | 2023-01-06 | 1 | -6/+19 |
| |\ \ | |||||
| * | | | Add Birch-san's sub-quadratic attention implementation | brkirch | 2023-01-06 | 1 | -9/+6 |
| | | | | |||||
* | | | | CLIP hijack rework | AUTOMATIC | 2023-01-06 | 1 | -3/+3 |
| |_|/ |/| | | |||||
* | | | add cross-attention info | Vladimir Mandic | 2023-01-04 | 1 | -1/+11 |
| |/ |/| | |||||
* | | alt-diffusion integration | AUTOMATIC | 2022-12-31 | 1 | -8/+10 |
| | | |||||
* | | Merge remote-tracking branch 'baai-open-internal/master' into alt-diffusion | AUTOMATIC | 2022-12-31 | 1 | -6/+17 |
|\ \ | |/ |/| | |||||
| * | add hash and fix undo hijack bug | zhaohu xing | 2022-12-06 | 1 | -1/+5 |
| | | | | | | | | Signed-off-by: zhaohu xing <920232796@qq.com> | ||||
| * | Merge pull request #3 from 920232796/master | Zac Liu | 2022-12-06 | 1 | -1/+1 |
| |\ | | | | | | | | | | fix device support for mps update the support for SD2.0 | ||||
| | * | fix bugs | zhaohu xing | 2022-12-06 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: zhaohu xing <920232796@qq.com> | ||||
| * | | Merge branch 'AUTOMATIC1111:master' into master | Zac Liu | 2022-12-06 | 1 | -5/+2 |
| |\ \ | | |/ | |/| | |||||
| * | | fix bugs | zhaohu xing | 2022-11-30 | 1 | -7/+8 |
| | | | | | | | | | | | | Signed-off-by: zhaohu xing <920232796@qq.com> | ||||
| * | | Merge branch 'master' into master | zhaohu xing | 2022-11-30 | 1 | -280/+40 |
| |\ \ | |||||
| * | | | add AltDiffusion to webui | zhaohu xing | 2022-11-29 | 1 | -6/+17 |
| | | | | | | | | | | | | | | | | Signed-off-by: zhaohu xing <920232796@qq.com> | ||||
* | | | | cleanup some unneeded imports for hijack files | AUTOMATIC | 2022-12-10 | 1 | -8/+2 |
| | | | | |||||
* | | | | do not replace entire unet for the resolution hack | AUTOMATIC | 2022-12-10 | 1 | -2/+3 |
| | | | | |||||
* | | | | Merge pull request #4978 from aliencaocao/support_any_resolution | AUTOMATIC1111 | 2022-12-10 | 1 | -0/+1 |
|\ \ \ \ | |_|_|/ |/| | | | Patch UNet Forward to support resolutions that are not multiples of 64 | ||||
| * | | | Merge branch 'master' into support_any_resolution | Billy Cao | 2022-11-27 | 1 | -269/+29 |
| |\ \ \ | |||||
| * | | | | Patch UNet Forward to support resolutions that are not multiples of 64 | Billy Cao | 2022-11-23 | 1 | -0/+2 |
| | |/ / | |/| | | | | | | | | | | Also modifed the UI to no longer step in 64 | ||||
* | | | | move #5216 to the extension | AUTOMATIC | 2022-12-03 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge remote-tracking branch 'wywywywy/autoencoder-hijack' | AUTOMATIC | 2022-12-03 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | Add autoencoder to sd_hijack | wywywywy | 2022-11-29 | 1 | -1/+1 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #5194 from brkirch/autocast-and-mps-randn-fixes | AUTOMATIC1111 | 2022-12-03 | 1 | -5/+1 |
|\ \ \ \ | | | | | | | | | | | Use devices.autocast() and fix MPS randn issues | ||||
| * | | | | Refactor and instead check if mps is being used, not availability | brkirch | 2022-11-29 | 1 | -5/+1 |
| |/ / / | |||||
* / / / | Fixed AttributeError where openaimodel is not found | SmirkingFace | 2022-12-02 | 1 | -0/+1 |
|/ / / | |||||
* | | | Merge remote-tracking branch 'flamelaw/master' | AUTOMATIC | 2022-11-27 | 1 | -2/+7 |
|\ \ \ | |_|/ |/| | |