index
:
stable-diffusion-webui-gfx803.git
master
stable-diffusion-webui by AUTOMATIC1111 with patches for gfx803 GPU and Dockerfile
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
safe.py
Age
Commit message (
Expand
)
Author
Lines
2022-12-25
Merge pull request #5992 from yuvalabou/F541
AUTOMATIC1111
-4
/
+4
2022-12-25
a way to add an exception to unpickler without explicitly calling load_with_e...
AUTOMATIC
-1
/
+38
2022-12-24
fix F541 f-string without any placeholders
Yuval Aboulafia
-4
/
+4
2022-12-24
Merge pull request #5753 from calvinballing/master
AUTOMATIC1111
-2
/
+2
2022-12-17
Add attributes used by MPS
brkirch
-6
/
+6
2022-12-14
Fix various typos
Jim Hays
-2
/
+2
2022-12-02
Fixed safe.py for pytorch 1.13 ckpt files
SmirkingFace
-7
/
+11
2022-11-06
add load_with_extra function for modules to load checkpoints with extended wh...
AUTOMATIC
-3
/
+37
2022-11-01
make launch.py run installers for extensions that have ones
AUTOMATIC
-1
/
+1
2022-10-14
extra message for unpicking fails
AUTOMATIC
-1
/
+8
2022-10-11
become even stricter with pickles
AUTOMATIC
-0
/
+17
2022-10-10
Newer versions of PyTorch use TypedStorage instead
brkirch
-1
/
+5
2022-10-09
add DoubleStorage to list of allowed classes for pickle
AUTOMATIC
-1
/
+1
2022-10-09
added guard for torch.load to prevent loading pickles with unknown content
AUTOMATIC
-0
/
+89