aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sd_hijack.py
AgeCommit message (Collapse)AuthorLines
2023-12-02alternate implementation for unet forward replacement that does not depend ↵AUTOMATIC1111-2/+5
on hijack being applied
2023-12-02potential fix for #14172AUTOMATIC1111-8/+4
2023-12-01Fix bug where is_using_v_parameterization_for_sd2 fails because the ↵MrCheeze-3/+6
sd_hijack is only partially undone
2023-11-06fix exception related to the pix2pixAUTOMATIC1111-0/+4
2023-11-05more changes for #13865: fix formatting, rename the function, add comment ↵AUTOMATIC1111-11/+13
and add a readme entry
2023-11-05linterAUTOMATIC1111-1/+1
2023-11-05Merge branch 'dev' into masterAUTOMATIC1111-7/+14
2023-11-05Use devices.torch_gc() instead of empty_cache()Ritesh Gangnani-4/+1
2023-11-05Added memory clearance after deletionRitesh Gangnani-1/+5
2023-11-05Add SSD-1B as a supported modelRitesh Gangnani-0/+11
2023-10-14Merge pull request #13364 from superhero-7/masterAUTOMATIC1111-2/+2
Add altdiffusion-m18 support
2023-10-01fix linter issuessuperhero-7-2/+2
2023-09-23support altdiffusion-m18superhero-7-0/+2
2023-09-23support m18superhero-7-4/+2
2023-09-11initial work on sd_unet for SDXLAUTOMATIC1111-5/+12
2023-08-19implement undo hijack for SDXLAUTOMATIC1111-1/+15
2023-08-08REMOVEAUTOMATIC1111-3/+1
2023-08-05Merge branch 'dev' into multiple_loaded_modelsAUTOMATIC1111-3/+3
2023-08-04resolve some of circular import issues for kohakuAUTOMATIC1111-3/+3
2023-08-01repair PLMSAUTOMATIC1111-1/+3
2023-08-01option to keep multiple models in memoryAUTOMATIC1111-2/+4
2023-07-29textual inversion support for SDXLAUTOMATIC1111-3/+5
2023-07-19Merge pull request #11878 from Bourne-M/patch-1AUTOMATIC1111-1/+1
【bug】reload altclip model error
2023-07-19【bug】reload altclip model erroryfzhou-1/+1
When using BertSeriesModelWithTransformation as the cond_stage_model, the undo_hijack should be performed using the FrozenXLMREmbedderWithCustomWords type; otherwise, it will result in a failed model reload.
2023-07-16Merge pull request #11757 from AUTOMATIC1111/sdxlAUTOMATIC1111-0/+38
SD XL support
2023-07-15add textual inversion hashes to infotextAUTOMATIC1111-1/+4
2023-07-14initial SDXL refiner supportAUTOMATIC1111-5/+13
2023-07-13fix CLIP doing the unneeded normalizationAUTOMATIC1111-1/+1
revert SD2.1 back to use the original repo add SDXL's force_zero_embeddings to negative prompt
2023-07-12SDXL supportAUTOMATIC1111-1/+22
2023-07-11getting SD2.1 to run on SDXL repoAUTOMATIC1111-0/+9
2023-06-01revert default cross attention optimization to DoggettxAUTOMATIC-0/+2
make --disable-opt-split-attention command line option work again
2023-05-27custom unet supportAUTOMATIC-6/+14
2023-05-23possible fix for empty list of optimizations #10605AUTOMATIC-6/+15
2023-05-19make it actually work after suggestionsAUTOMATIC-1/+1
2023-05-19fix linter issuesAUTOMATIC-1/+0
2023-05-18make it possible for scripts to add cross attention optimizationsAUTOMATIC-41/+49
add UI selection for cross attention optimization
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
To avoid import errors, ddpm_edit hijacks are done after an instruct pix2pix model is loaded.
2023-01-28Merge pull request #7309 from brkirch/fix-embeddingsAUTOMATIC1111-1/+1
Fix embeddings, upscalers, and refactor `--upcast-sampling`
2023-01-28automatically detect v-parameterization for SD2 checkpointsAUTOMATIC-0/+2