Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename print_error to report, use it with together with package name | AUTOMATIC | 2023-05-31 | 1 | -3/+4 |
| | |||||
* | Add & use modules.errors.print_error where currently printing exception info ↵ | Aarni Koskela | 2023-05-29 | 1 | -12/+14 |
| | | | | by hand | ||||
* | Allow bf16 in safe unpickler | catboxanon | 2023-05-13 | 1 | -1/+1 |
| | |||||
* | fixes for B007 | AUTOMATIC | 2023-05-10 | 1 | -2/+2 |
| | |||||
* | ruff manual fixes | AUTOMATIC | 2023-05-10 | 1 | -1/+1 |
| | |||||
* | fix an error that prevents running webui on torch<2.0 without ↵ | AUTOMATIC | 2023-05-02 | 1 | -1/+5 |
| | | | | --disable-safe-unpickle | ||||
* | stuff related to torch version change | AUTOMATIC | 2023-04-29 | 1 | -4/+1 |
| | |||||
* | Merge pull request #5992 from yuvalabou/F541 | AUTOMATIC1111 | 2022-12-25 | 1 | -4/+4 |
|\ | | | | | Fix F541: f-string without any placeholders | ||||
| * | fix F541 f-string without any placeholders | Yuval Aboulafia | 2022-12-24 | 1 | -4/+4 |
| | | |||||
* | | a way to add an exception to unpickler without explicitly calling ↵ | AUTOMATIC | 2022-12-25 | 1 | -1/+38 |
|/ | | | | load_with_extra | ||||
* | Merge pull request #5753 from calvinballing/master | AUTOMATIC1111 | 2022-12-24 | 1 | -2/+2 |
|\ | | | | | Fix various typos | ||||
| * | 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 ↵ | AUTOMATIC | 2022-11-06 | 1 | -3/+37 |
| | | | | whitelist | ||||
* | make launch.py run installers for extensions that have ones | AUTOMATIC | 2022-11-01 | 1 | -1/+1 |
| | | | | add some more classes to safety module for an extension | ||||
* | extra message for unpicking fails | AUTOMATIC | 2022-10-14 | 1 | -1/+8 |
| | |||||
* | become even stricter with pickles | AUTOMATIC | 2022-10-11 | 1 | -0/+17 |
| | | | | | no pickle shall pass thank you again, RyotaK | ||||
* | Newer versions of PyTorch use TypedStorage instead | brkirch | 2022-10-10 | 1 | -1/+5 |
| | | | | Pytorch 1.13 and later will rename _TypedStorage to TypedStorage, so check for TypedStorage and use _TypedStorage if it is not available. Currently this is needed so that nightly builds of PyTorch work correctly. | ||||
* | 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 |