Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #5753 from calvinballing/master | AUTOMATIC1111 | 2022-12-24 | 1 | -2/+2 |
|\ | |||||
| * | Fix various typos | Jim Hays | 2022-12-15 | 1 | -2/+2 |
* | | Add attributes used by MPS | brkirch | 2022-12-17 | 1 | -6/+6 |
|/ | |||||
* | Fixed safe.py for pytorch 1.13 ckpt files | SmirkingFace | 2022-12-02 | 1 | -7/+11 |
* | add load_with_extra function for modules to load checkpoints with extended wh... | AUTOMATIC | 2022-11-06 | 1 | -3/+37 |
* | make launch.py run installers for extensions that have ones | AUTOMATIC | 2022-11-01 | 1 | -1/+1 |
* | extra message for unpicking fails | AUTOMATIC | 2022-10-14 | 1 | -1/+8 |
* | become even stricter with pickles | AUTOMATIC | 2022-10-11 | 1 | -0/+17 |
* | Newer versions of PyTorch use TypedStorage instead | brkirch | 2022-10-10 | 1 | -1/+5 |
* | add DoubleStorage to list of allowed classes for pickle | AUTOMATIC | 2022-10-09 | 1 | -1/+1 |
* | added guard for torch.load to prevent loading pickles with unknown content | AUTOMATIC | 2022-10-09 | 1 | -0/+89 |