131 Commits (daa5a83bb7b38a46b875a4df2f9a35b848359297)

Author SHA1 Message Date
Pam 8d7fa2f67c sdp_attnblock_forward hijack 3 years ago
Pam 0981dea948 sdp refactoring 3 years ago
Pam 37acba2633 argument to disable memory efficient for sdp 3 years ago
Pam fec0a89511 scaled dot product attention 3 years ago
AUTOMATIC1111 dfb3b8f398
Merge branch 'master' into weighted-learning 3 years ago
Shondoit c4bfd20f31 Hijack to add weighted_forward to model: return loss * weight map 3 years ago
brkirch 2016733814 Apply hijacks in ddpm_edit for upcast sampling
To avoid import errors, ddpm_edit hijacks are done after an instruct pix2pix model is loaded.
3 years ago
AUTOMATIC1111 fecb990deb
Merge pull request #7309 from brkirch/fix-embeddings
Fix embeddings, upscalers, and refactor `--upcast-sampling`
3 years ago
AUTOMATIC d04e3e921e automatically detect v-parameterization for SD2 checkpoints 3 years ago
brkirch ada17dbd7c Refactor conditional casting, fix upscalers 3 years ago
brkirch c4b9b07db6 Fix embeddings dtype mismatch 3 years ago
AUTOMATIC 6073456c83 write a comment for fix_checkpoint function 3 years ago
AUTOMATIC 924e222004 add option to show/hide warnings
removed hiding warnings from LDSR
fixed/reworked few places that produced warnings
3 years ago
AUTOMATIC 085427de0e make it possible for extensions/scripts to add their own embedding directories 3 years ago
AUTOMATIC1111 c295e4a244
Merge pull request #6055 from brkirch/sub-quad_attn_opt
Add Birch-san's sub-quadratic attention implementation
3 years ago
AUTOMATIC 79e39fae61 CLIP hijack rework 3 years ago
brkirch 5deb2a19cc Allow Doggettx's cross attention opt without CUDA 3 years ago
brkirch 3bfe2bb549 Merge remote-tracking branch 'upstream/master' into sub-quad_attn_opt 3 years ago
brkirch f6ab5a39d7 Merge branch 'AUTOMATIC1111:master' into sub-quad_attn_opt 3 years ago
brkirch d782a95967 Add Birch-san's sub-quadratic attention implementation 3 years ago
Vladimir Mandic 21ee77db31
add cross-attention info 3 years ago
AUTOMATIC f34c734172 alt-diffusion integration 3 years ago
AUTOMATIC 3f401cdb64 Merge remote-tracking branch 'baai-open-internal/master' into alt-diffusion 3 years ago
AUTOMATIC 505ec7e4d9 cleanup some unneeded imports for hijack files 3 years ago
AUTOMATIC 7dbfd8a7d8 do not replace entire unet for the resolution hack 3 years ago
AUTOMATIC1111 2641d1b83b
Merge pull request #4978 from aliencaocao/support_any_resolution
Patch UNet Forward to support resolutions that are not multiples of 64
3 years ago
zhaohu xing 5dcc22606d add hash and fix undo hijack bug
Signed-off-by: zhaohu xing <920232796@qq.com>
3 years ago
Zac Liu a25dfebeed
Merge pull request #3 from 920232796/master
fix device support for mps
update the support for SD2.0
3 years ago
Zac Liu 3ebf977a6e
Merge branch 'AUTOMATIC1111:master' into master 3 years ago
zhaohu xing 4929503258 fix bugs
Signed-off-by: zhaohu xing <920232796@qq.com>
3 years ago
AUTOMATIC 0d21624cee move #5216 to the extension 3 years ago
AUTOMATIC 89e1df013b Merge remote-tracking branch 'wywywywy/autoencoder-hijack' 3 years ago
AUTOMATIC1111 a2feaa95fc
Merge pull request #5194 from brkirch/autocast-and-mps-randn-fixes
Use devices.autocast() and fix MPS randn issues
3 years ago
SmirkingFace da698ca92e Fixed AttributeError where openaimodel is not found 3 years ago
zhaohu xing 52cc83d36b fix bugs
Signed-off-by: zhaohu xing <920232796@qq.com>
3 years ago
zhaohu xing 0831ab476c
Merge branch 'master' into master 3 years ago
wywywywy 36c3613d16
Add autoencoder to sd_hijack 3 years ago
zhaohu xing 75c4511e6b add AltDiffusion to webui
Signed-off-by: zhaohu xing <920232796@qq.com>
3 years ago
brkirch 98ca437edf Refactor and instead check if mps is being used, not availability 3 years ago
AUTOMATIC b48b7999c8 Merge remote-tracking branch 'flamelaw/master' 3 years ago
Billy Cao 349f0461ec
Merge branch 'master' into support_any_resolution 3 years ago
AUTOMATIC 64c7b7975c restore hypernetworks to seemingly working state 3 years ago
AUTOMATIC ce6911158b Add support Stable Diffusion 2.0 3 years ago
Billy Cao adb6cb7619 Patch UNet Forward to support resolutions that are not multiples of 64
Also modifed the UI to no longer step in 64
3 years ago
flamelaw bd68e35de3 Gradient accumulation, autocast fix, new latent sampling method, etc 3 years ago
killfrenzy96 17e4432820 cleanly undo circular hijack #4818 3 years ago
AUTOMATIC c62d17aee3 use the new devices.has_mps() function in register_buffer for DDIM/PLMS fix for OSX 3 years ago
AUTOMATIC 7ba3923d5b move DDIM/PLMS fix for OSX out of the file with inpainting code. 3 years ago
Jairo Correa af758e97fa Unload sd_model before loading the other 3 years ago
AUTOMATIC 2b91251637 removed aesthetic gradients as built-in
added support for extensions
3 years ago