Update README.sd-embeddings.md
Browse files- README.sd-embeddings.md +3 -0
README.sd-embeddings.md
CHANGED
|
@@ -33,6 +33,9 @@ The ones I have seen, have a much simpler format. It is a trivial format compare
|
|
| 33 |
|
| 34 |
{ "emb_params": Tensor([][768])}
|
| 35 |
|
|
|
|
|
|
|
|
|
|
| 36 |
## SDXL embed format (safetensor)
|
| 37 |
|
| 38 |
This has an actual spec at:
|
|
|
|
| 33 |
|
| 34 |
{ "emb_params": Tensor([][768])}
|
| 35 |
|
| 36 |
+
According to https://github.com/Stability-AI/ModelSpec?tab=readme-ov-file
|
| 37 |
+
there is supposed to be metadata embedding in the safetensor format, but I havent found a clean way to read it yet.
|
| 38 |
+
|
| 39 |
## SDXL embed format (safetensor)
|
| 40 |
|
| 41 |
This has an actual spec at:
|