aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sd_disable_initialization.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #14216 from wfjsw/state-dict-ref-comparisonAUTOMATIC11112023-12-141-1/+1
| | | change state dict comparison to ref compare
* send weights to target device instead of CPU memoryAUTOMATIC11112023-08-161-9/+15
|
* RAM optimization round 2AUTOMATIC11112023-08-161-7/+44
|
* Use less RAM when creating modelsAUTOMATIC11112023-07-241-5/+101
|
* autofixes from ruffAUTOMATIC2023-05-101-1/+1
|
* make it possible to load SD1 checkpoints without CLIPAUTOMATIC2023-02-051-7/+10
|
* fix missing field for aesthetic embedding extensionAUTOMATIC2023-01-221-1/+3
|
* fix for an error caused by skipping initialization, for realsies this time: ↵AUTOMATIC2023-01-111-39/+32
| | | | TypeError: expected str, bytes or os.PathLike object, not NoneType
* add support for transformers==4.25.1AUTOMATIC2023-01-101-6/+36
| | | | add fallback for when quick model creation fails
* add more stuff to ignore when creating model from configAUTOMATIC2023-01-101-4/+25
| | | | prevent .vae.safetensors files from being listed as stable diffusion models
* disable torch weight initialization and CLIP downloading/reading checkpoint ↵AUTOMATIC2023-01-101-0/+44
to speedup creating sd model from config