aboutsummaryrefslogtreecommitdiffstats
path: root/modules/safe.py
Commit message (Expand)AuthorAgeFilesLines
* rename print_error to report, use it with together with package nameAUTOMATIC2023-05-311-3/+4
* Add & use modules.errors.print_error where currently printing exception info ...Aarni Koskela2023-05-291-12/+14
* Allow bf16 in safe unpicklercatboxanon2023-05-131-1/+1
* fixes for B007AUTOMATIC2023-05-101-2/+2
* ruff manual fixesAUTOMATIC2023-05-101-1/+1
* fix an error that prevents running webui on torch<2.0 without --disable-safe-...AUTOMATIC2023-05-021-1/+5
* stuff related to torch version changeAUTOMATIC2023-04-291-4/+1
* Merge pull request #5992 from yuvalabou/F541AUTOMATIC11112022-12-251-4/+4
|\
| * fix F541 f-string without any placeholdersYuval Aboulafia2022-12-241-4/+4
* | a way to add an exception to unpickler without explicitly calling load_with_e...AUTOMATIC2022-12-251-1/+38
|/
* Merge pull request #5753 from calvinballing/masterAUTOMATIC11112022-12-241-2/+2
|\
| * Fix various typosJim Hays2022-12-151-2/+2
* | Add attributes used by MPSbrkirch2022-12-171-6/+6
|/
* Fixed safe.py for pytorch 1.13 ckpt filesSmirkingFace2022-12-021-7/+11
* add load_with_extra function for modules to load checkpoints with extended wh...AUTOMATIC2022-11-061-3/+37
* make launch.py run installers for extensions that have onesAUTOMATIC2022-11-011-1/+1
* extra message for unpicking failsAUTOMATIC2022-10-141-1/+8
* become even stricter with picklesAUTOMATIC2022-10-111-0/+17
* Newer versions of PyTorch use TypedStorage insteadbrkirch2022-10-101-1/+5
* add DoubleStorage to list of allowed classes for pickleAUTOMATIC2022-10-091-1/+1
* added guard for torch.load to prevent loading pickles with unknown contentAUTOMATIC2022-10-091-0/+89