aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sd_hijack.py
AgeCommit message (Expand)AuthorLines
2023-05-14fix model loading twice in some situationsAUTOMATIC-0/+3
2023-05-11Autofix Ruff W (not W605) (mostly whitespace)Aarni Koskela-6/+6
2023-05-10ruff auto fixesAUTOMATIC-1/+1
2023-05-10imports cleanup for ruffAUTOMATIC-1/+1
2023-05-10autofixes from ruffAUTOMATIC-2/+2
2023-03-10sdp_attnblock_forward hijackPam-0/+2
2023-03-10sdp refactoringPam-9/+10
2023-03-10argument to disable memory efficient for sdpPam-3/+8
2023-03-07scaled dot product attentionPam-0/+4
2023-02-19Merge branch 'master' into weighted-learningAUTOMATIC1111-0/+2
2023-02-15Hijack to add weighted_forward to model: return loss * weight mapShondoit-0/+52
2023-02-07Apply hijacks in ddpm_edit for upcast samplingbrkirch-0/+3
2023-01-28Merge pull request #7309 from brkirch/fix-embeddingsAUTOMATIC1111-1/+1
2023-01-28automatically detect v-parameterization for SD2 checkpointsAUTOMATIC-0/+2
2023-01-28Refactor conditional casting, fix upscalersbrkirch-1/+1
2023-01-26Fix embeddings dtype mismatchbrkirch-1/+1
2023-01-19write a comment for fix_checkpoint functionAUTOMATIC-0/+7
2023-01-18add option to show/hide warningsAUTOMATIC-8/+0
2023-01-08make it possible for extensions/scripts to add their own embedding directoriesAUTOMATIC-3/+4
2023-01-07Merge pull request #6055 from brkirch/sub-quad_attn_optAUTOMATIC1111-12/+9
2023-01-07CLIP hijack reworkAUTOMATIC-3/+3
2023-01-06Allow Doggettx's cross attention opt without CUDAbrkirch-1/+1
2023-01-06Merge remote-tracking branch 'upstream/master' into sub-quad_attn_optbrkirch-1/+11
2023-01-06Merge branch 'AUTOMATIC1111:master' into sub-quad_attn_optbrkirch-6/+19
2023-01-06Add Birch-san's sub-quadratic attention implementationbrkirch-9/+6
2023-01-04add cross-attention infoVladimir Mandic-1/+11
2022-12-31alt-diffusion integrationAUTOMATIC-8/+10
2022-12-31Merge remote-tracking branch 'baai-open-internal/master' into alt-diffusionAUTOMATIC-6/+17
2022-12-10cleanup some unneeded imports for hijack filesAUTOMATIC-8/+2
2022-12-10do not replace entire unet for the resolution hackAUTOMATIC-2/+3
2022-12-10Merge pull request #4978 from aliencaocao/support_any_resolutionAUTOMATIC1111-0/+1
2022-12-06add hash and fix undo hijack bugzhaohu xing-1/+5
2022-12-06Merge pull request #3 from 920232796/masterZac Liu-1/+1
2022-12-06Merge branch 'AUTOMATIC1111:master' into masterZac Liu-5/+2
2022-12-06fix bugszhaohu xing-1/+1
2022-12-03move #5216 to the extensionAUTOMATIC-1/+1
2022-12-03Merge remote-tracking branch 'wywywywy/autoencoder-hijack'AUTOMATIC-1/+1
2022-12-03Merge pull request #5194 from brkirch/autocast-and-mps-randn-fixesAUTOMATIC1111-5/+1
2022-12-02Fixed AttributeError where openaimodel is not foundSmirkingFace-0/+1
2022-11-30fix bugszhaohu xing-7/+8
2022-11-30Merge branch 'master' into masterzhaohu xing-280/+40
2022-11-29Add autoencoder to sd_hijackwywywywy-1/+1
2022-11-29add AltDiffusion to webuizhaohu xing-6/+17
2022-11-28Refactor and instead check if mps is being used, not availabilitybrkirch-5/+1
2022-11-27Merge remote-tracking branch 'flamelaw/master'AUTOMATIC-2/+7
2022-11-27Merge branch 'master' into support_any_resolutionBilly Cao-269/+29
2022-11-26restore hypernetworks to seemingly working stateAUTOMATIC-1/+2
2022-11-26Add support Stable Diffusion 2.0AUTOMATIC-269/+28
2022-11-23Patch UNet Forward to support resolutions that are not multiples of 64Billy Cao-0/+2
2022-11-20Gradient accumulation, autocast fix, new latent sampling method, etcflamelaw-2/+7