aboutsummaryrefslogtreecommitdiff
path: root/modules/sd_disable_initialization.py
AgeCommit message (Collapse)Author
2023-07-24Use less RAM when creating modelsAUTOMATIC1111
2023-05-10autofixes from ruffAUTOMATIC
2023-02-05make it possible to load SD1 checkpoints without CLIPAUTOMATIC
2023-01-22fix missing field for aesthetic embedding extensionAUTOMATIC
2023-01-11fix for an error caused by skipping initialization, for realsies this time: ↵AUTOMATIC
TypeError: expected str, bytes or os.PathLike object, not NoneType
2023-01-10add support for transformers==4.25.1AUTOMATIC
add fallback for when quick model creation fails
2023-01-10add more stuff to ignore when creating model from configAUTOMATIC
prevent .vae.safetensors files from being listed as stable diffusion models
2023-01-10disable torch weight initialization and CLIP downloading/reading checkpoint ↵AUTOMATIC
to speedup creating sd model from config