aboutsummaryrefslogtreecommitdiff
path: root/modules/safe.py
AgeCommit message (Expand)Author
2022-12-25a way to add an exception to unpickler without explicitly calling load_with_e...AUTOMATIC
2022-12-24Merge pull request #5753 from calvinballing/masterAUTOMATIC1111
2022-12-17Add attributes used by MPSbrkirch
2022-12-14Fix various typosJim Hays
2022-12-02Fixed safe.py for pytorch 1.13 ckpt filesSmirkingFace
2022-11-06add load_with_extra function for modules to load checkpoints with extended wh...AUTOMATIC
2022-11-01make launch.py run installers for extensions that have onesAUTOMATIC
2022-10-14extra message for unpicking failsAUTOMATIC
2022-10-11become even stricter with picklesAUTOMATIC
2022-10-10Newer versions of PyTorch use TypedStorage insteadbrkirch
2022-10-09add DoubleStorage to list of allowed classes for pickleAUTOMATIC
2022-10-09added guard for torch.load to prevent loading pickles with unknown contentAUTOMATIC