Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |