aboutsummaryrefslogtreecommitdiff
path: root/modules/sd_hijack.py
AgeCommit message (Expand)Author
2022-11-28Refactor and instead check if mps is being used, not availabilitybrkirch
2022-11-27Merge remote-tracking branch 'flamelaw/master'AUTOMATIC
2022-11-27Merge branch 'master' into support_any_resolutionBilly Cao
2022-11-26restore hypernetworks to seemingly working stateAUTOMATIC
2022-11-26Add support Stable Diffusion 2.0AUTOMATIC
2022-11-23Patch UNet Forward to support resolutions that are not multiples of 64Billy Cao
2022-11-20Gradient accumulation, autocast fix, new latent sampling method, etcflamelaw
2022-11-18cleanly undo circular hijack #4818killfrenzy96
2022-11-12use the new devices.has_mps() function in register_buffer for DDIM/PLMS fix f...AUTOMATIC
2022-11-11move DDIM/PLMS fix for OSX out of the file with inpainting code.AUTOMATIC
2022-11-01Unload sd_model before loading the otherJairo Correa
2022-10-22removed aesthetic gradients as built-inAUTOMATIC
2022-10-21make aestetic embedding ciompatible with prompts longer than 75 tokensAUTOMATIC
2022-10-21Merge branch 'ae'AUTOMATIC
2022-10-18Update sd_hijack.pyC43H66N12O12S2
2022-10-18use legacy attnblockC43H66N12O12S2
2022-10-16ui fix, re organization of the codeMalumaDev
2022-10-16ui fixMalumaDev
2022-10-16ui fixMalumaDev
2022-10-16Merge remote-tracking branch 'origin/test_resolve_conflicts' into test_resolv...MalumaDev
2022-10-16fixed dropbox updateMalumaDev
2022-10-16Merge branch 'master' into test_resolve_conflictsMalumaDev
2022-10-15Update sd_hijack.pyC43H66N12O12S2
2022-10-15fix to tokens lenght, addend embs generator, add new features to edit the emb...MalumaDev
2022-10-14initMalumaDev
2022-10-12fix iterator bug for #2295AUTOMATIC
2022-10-12Account when lines are mismatchedhentailord85ez
2022-10-11Add check for psutilbrkirch
2022-10-11Add cross-attention optimization from InvokeAIbrkirch
2022-10-11rename hypernetwork dir to hypernetworks to prevent clash with an old filenam...AUTOMATIC
2022-10-11Merge branch 'master' into hypernetwork-trainingAUTOMATIC
2022-10-11Comma backtrack padding (#2192)hentailord85ez
2022-10-10allow pascal onwardsC43H66N12O12S2
2022-10-10Add back in output hidden states parameterhentailord85ez
2022-10-10Pad beginning of textual inversion embeddinghentailord85ez
2022-10-10Unlimited Token Workshentailord85ez
2022-10-09Removed unnecessary tmp variableFampai
2022-10-09Updated code for legibilityFampai
2022-10-09Optimized code for Ignoring last CLIP layersFampai
2022-10-08Added ability to ignore last n layers in FrozenCLIPEmbedderFampai
2022-10-08add --force-enable-xformers option and also add messages to console regarding...AUTOMATIC
2022-10-08check for ampere without destroying the optimizations. again.C43H66N12O12S2
2022-10-08check for ampereC43H66N12O12S2
2022-10-08why did you do thisAUTOMATIC
2022-10-08restore old opt_split_attention/disable_opt_split_attention logicAUTOMATIC
2022-10-08simplify xfrmers options: --xformers to enable and that's itAUTOMATIC
2022-10-08Merge pull request #1851 from C43H66N12O12S2/flashAUTOMATIC1111
2022-10-08Update sd_hijack.pyC43H66N12O12S2
2022-10-08default to split attention if cuda is available and xformers is notC43H66N12O12S2
2022-10-08fix bug where when using prompt composition, hijack_comments generated before...MrCheeze