aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sd_hijack.py
Commit message (Expand)AuthorAgeFilesLines
* make it possible for extensions/scripts to add their own embedding directoriesAUTOMATIC2023-01-081-3/+4
* Merge pull request #6055 from brkirch/sub-quad_attn_optAUTOMATIC11112023-01-071-12/+9
|\
| * Allow Doggettx's cross attention opt without CUDAbrkirch2023-01-061-1/+1
| * Merge remote-tracking branch 'upstream/master' into sub-quad_attn_optbrkirch2023-01-061-1/+11
| |\
| * \ Merge branch 'AUTOMATIC1111:master' into sub-quad_attn_optbrkirch2023-01-061-6/+19
| |\ \
| * | | Add Birch-san's sub-quadratic attention implementationbrkirch2023-01-061-9/+6
* | | | CLIP hijack reworkAUTOMATIC2023-01-061-3/+3
| |_|/ |/| |
* | | add cross-attention infoVladimir Mandic2023-01-041-1/+11
| |/ |/|
* | alt-diffusion integrationAUTOMATIC2022-12-311-8/+10
* | Merge remote-tracking branch 'baai-open-internal/master' into alt-diffusionAUTOMATIC2022-12-311-6/+17
|\ \ | |/ |/|
| * add hash and fix undo hijack bugzhaohu xing2022-12-061-1/+5
| * Merge pull request #3 from 920232796/masterZac Liu2022-12-061-1/+1
| |\
| | * fix bugszhaohu xing2022-12-061-1/+1
| * | Merge branch 'AUTOMATIC1111:master' into masterZac Liu2022-12-061-5/+2
| |\ \ | | |/ | |/|
| * | fix bugszhaohu xing2022-11-301-7/+8
| * | Merge branch 'master' into masterzhaohu xing2022-11-301-280/+40
| |\ \
| * | | add AltDiffusion to webuizhaohu xing2022-11-291-6/+17
* | | | cleanup some unneeded imports for hijack filesAUTOMATIC2022-12-101-8/+2
* | | | do not replace entire unet for the resolution hackAUTOMATIC2022-12-101-2/+3
* | | | Merge pull request #4978 from aliencaocao/support_any_resolutionAUTOMATIC11112022-12-101-0/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge branch 'master' into support_any_resolutionBilly Cao2022-11-271-269/+29
| |\ \ \
| * | | | Patch UNet Forward to support resolutions that are not multiples of 64Billy Cao2022-11-231-0/+2
| | |/ / | |/| |
* | | | move #5216 to the extensionAUTOMATIC2022-12-031-1/+1
* | | | Merge remote-tracking branch 'wywywywy/autoencoder-hijack'AUTOMATIC2022-12-031-1/+1
|\ \ \ \
| * | | | Add autoencoder to sd_hijackwywywywy2022-11-291-1/+1
| | |_|/ | |/| |
* | | | Merge pull request #5194 from brkirch/autocast-and-mps-randn-fixesAUTOMATIC11112022-12-031-5/+1
|\ \ \ \
| * | | | Refactor and instead check if mps is being used, not availabilitybrkirch2022-11-291-5/+1
| |/ / /
* / / / Fixed AttributeError where openaimodel is not foundSmirkingFace2022-12-021-0/+1
|/ / /
* | | Merge remote-tracking branch 'flamelaw/master'AUTOMATIC2022-11-271-2/+7
|\ \ \ | |_|/ |/| |
| * | Gradient accumulation, autocast fix, new latent sampling method, etcflamelaw2022-11-201-2/+7
| |/
* | restore hypernetworks to seemingly working stateAUTOMATIC2022-11-261-1/+2
* | Add support Stable Diffusion 2.0AUTOMATIC2022-11-261-269/+28
|/
* cleanly undo circular hijack #4818killfrenzy962022-11-181-1/+1
* use the new devices.has_mps() function in register_buffer for DDIM/PLMS fix f...AUTOMATIC2022-11-121-2/+1
* move DDIM/PLMS fix for OSX out of the file with inpainting code.AUTOMATIC2022-11-111-0/+23
* Unload sd_model before loading the otherJairo Correa2022-11-011-0/+4
* removed aesthetic gradients as built-inAUTOMATIC2022-10-221-1/+0
* make aestetic embedding ciompatible with prompts longer than 75 tokensAUTOMATIC2022-10-211-1/+1
* Merge branch 'ae'AUTOMATIC2022-10-211-15/+15
|\
| * ui fix, re organization of the codeMalumaDev2022-10-161-97/+5
| * ui fixMalumaDev2022-10-161-1/+1
| * ui fixMalumaDev2022-10-161-2/+1
| * Merge remote-tracking branch 'origin/test_resolve_conflicts' into test_resolv...MalumaDev2022-10-151-2/+2
| |\
| | * Merge branch 'master' into test_resolve_conflictsMalumaDev2022-10-151-2/+2
| | |\
| * | | fixed dropbox updateMalumaDev2022-10-151-2/+2
| |/ /
| * | fix to tokens lenght, addend embs generator, add new features to edit the emb...MalumaDev2022-10-151-38/+73
| * | initMalumaDev2022-10-141-2/+78
* | | Update sd_hijack.pyC43H66N12O12S22022-10-181-1/+1
* | | use legacy attnblockC43H66N12O12S22022-10-181-1/+1
| |/ |/|
* | Update sd_hijack.pyC43H66N12O12S22022-10-151-1/+1
|/