aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sd_disable_initialization.py
AgeCommit message (Collapse)AuthorLines
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