Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | change state dict comparison to ref compare | Jabasukuriputo Wang | 2023-12-06 | 1 | -1/+1 |
| | |||||
* | send weights to target device instead of CPU memory | AUTOMATIC1111 | 2023-08-16 | 1 | -9/+15 |
| | |||||
* | RAM optimization round 2 | AUTOMATIC1111 | 2023-08-16 | 1 | -7/+44 |
| | |||||
* | Use less RAM when creating models | AUTOMATIC1111 | 2023-07-24 | 1 | -5/+101 |
| | |||||
* | autofixes from ruff | AUTOMATIC | 2023-05-10 | 1 | -1/+1 |
| | |||||
* | make it possible to load SD1 checkpoints without CLIP | AUTOMATIC | 2023-02-05 | 1 | -7/+10 |
| | |||||
* | fix missing field for aesthetic embedding extension | AUTOMATIC | 2023-01-22 | 1 | -1/+3 |
| | |||||
* | fix for an error caused by skipping initialization, for realsies this time: ↵ | AUTOMATIC | 2023-01-11 | 1 | -39/+32 |
| | | | | TypeError: expected str, bytes or os.PathLike object, not NoneType | ||||
* | add support for transformers==4.25.1 | AUTOMATIC | 2023-01-10 | 1 | -6/+36 |
| | | | | add fallback for when quick model creation fails | ||||
* | add more stuff to ignore when creating model from config | AUTOMATIC | 2023-01-10 | 1 | -4/+25 |
| | | | | prevent .vae.safetensors files from being listed as stable diffusion models | ||||
* | disable torch weight initialization and CLIP downloading/reading checkpoint ↵ | AUTOMATIC | 2023-01-10 | 1 | -0/+44 |
to speedup creating sd model from config |