aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sd_hijack.py
AgeCommit message (Expand)AuthorLines
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
2022-11-18cleanly undo circular hijack #4818killfrenzy96-1/+1
2022-11-12use the new devices.has_mps() function in register_buffer for DDIM/PLMS fix f...AUTOMATIC-2/+1
2022-11-11move DDIM/PLMS fix for OSX out of the file with inpainting code.AUTOMATIC-0/+23
2022-11-01Unload sd_model before loading the otherJairo Correa-0/+4
2022-10-22removed aesthetic gradients as built-inAUTOMATIC-1/+0
2022-10-21make aestetic embedding ciompatible with prompts longer than 75 tokensAUTOMATIC-1/+1
2022-10-21Merge branch 'ae'AUTOMATIC-15/+15
2022-10-18Update sd_hijack.pyC43H66N12O12S2-1/+1
2022-10-18use legacy attnblockC43H66N12O12S2-1/+1
2022-10-16ui fix, re organization of the codeMalumaDev-97/+5
2022-10-16ui fixMalumaDev-1/+1
2022-10-16ui fixMalumaDev-2/+1
2022-10-16Merge remote-tracking branch 'origin/test_resolve_conflicts' into test_resolv...MalumaDev-2/+2
2022-10-16fixed dropbox updateMalumaDev-2/+2
2022-10-16Merge branch 'master' into test_resolve_conflictsMalumaDev-2/+2
2022-10-15Update sd_hijack.pyC43H66N12O12S2-1/+1
2022-10-15fix to tokens lenght, addend embs generator, add new features to edit the emb...MalumaDev-38/+73
2022-10-14initMalumaDev-2/+78
2022-10-12fix iterator bug for #2295AUTOMATIC-4/+4
2022-10-12Account when lines are mismatchedhentailord85ez-1/+11
2022-10-11Add check for psutilbrkirch-2/+8