etwithin commited on
Commit
2bea560
·
verified ·
1 Parent(s): f756f0f

Add diffusers ACE PoC

Browse files
Files changed (2) hide show
  1. README.md +10 -0
  2. malicious_sd_v15.ckpt +3 -0
README.md ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ # diffusers convert_from_ckpt() ACE PoC
2
+
3
+ `download_from_original_stable_diffusion_ckpt()` in
4
+ `diffusers/pipelines/stable_diffusion/convert_from_ckpt.py` calls
5
+ `torch.load()` WITHOUT `weights_only` parameter.
6
+
7
+ On PyTorch <2.6: defaults to `weights_only=False` = ACE
8
+ On PyTorch 2.6+: defaults to `True` but error message guides users to set False
9
+
10
+ Also affects `download_controlnet_from_original_ckpt()` with same pattern.
malicious_sd_v15.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d94dc5e550ee71a41dc04aa4d8a47bdd2018391f4c8566893b2836e5f32076c
3
+ size 47912