aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sd_disable_initialization.py
AgeCommit message (Collapse)AuthorLines
2023-12-14Merge pull request #14216 from wfjsw/state-dict-ref-comparisonAUTOMATIC1111-1/+1
change state dict comparison to ref compare
2023-08-16send weights to target device instead of CPU memoryAUTOMATIC1111-9/+15
2023-08-16RAM optimization round 2AUTOMATIC1111-7/+44
2023-07-24Use less RAM when creating modelsAUTOMATIC1111-5/+101
2023-05-10autofixes from ruffAUTOMATIC-1/+1
2023-02-05make it possible to load SD1 checkpoints without CLIPAUTOMATIC-7/+10
2023-01-22fix missing field for aesthetic embedding extensionAUTOMATIC-1/+3
2023-01-11fix for an error caused by skipping initialization, for realsies this time: ↵AUTOMATIC-39/+32
TypeError: expected str, bytes or os.PathLike object, not NoneType
2023-01-10add support for transformers==4.25.1AUTOMATIC-6/+36
add fallback for when quick model creation fails
2023-01-10add more stuff to ignore when creating model from configAUTOMATIC-4/+25
prevent .vae.safetensors files from being listed as stable diffusion models
2023-01-10disable torch weight initialization and CLIP downloading/reading checkpoint ↵AUTOMATIC-0/+44
to speedup creating sd model from config