ClownsharkBatwing
commited on
Commit
•
a028bee
1
Parent(s):
c693951
Replace with real safetensors files; current ones are pytorch saves and potentially unsafe
Browse filesThe "safetensors" files provided for UltraPixel (ultrapixel_t2i.safetensors, lora_cat.safetensors) were not actually safetensors files at all. They were pytorch saves - potentially dangerous binaries - that misleadingly were named with the ".safetensors" extension. I converted both of them to legitimate safetensors files.
Here is a link to my PR for the GitHub repo for a ComfyUI node - it implements the ability to load these safetensor versions, in place of the pytorch saves:
https://github.com/2kpr/ComfyUI-UltraPixel/pull/27
- lora_cat.safetensors +2 -2
- ultrapixel_t2i.safetensors +2 -2
lora_cat.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9819a47d70a3b5fceb8d2a6fc185bba76c002fb54308153025b1383067e7d0fd
|
3 |
+
size 6319256
|
ultrapixel_t2i.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3b875e87378f87f5af89902b82eac37ba5efd037a995207e6001e426b9704494
|
3 |
+
size 211067312
|