Update README.sd-embeddings.md
Browse files- README.sd-embeddings.md +5 -0
README.sd-embeddings.md
CHANGED
@@ -35,6 +35,11 @@ The ones I have seen, have a much simpler format. It is a trivial format compare
|
|
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 |
|
|
|
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 |
+
Expected standard slots for metadata info are:
|
39 |
+
|
40 |
+
"modelspec.title": "(name for this embedding)",
|
41 |
+
"modelspec.architecture": "stable-diffusion-v1/textual-inversion",
|
42 |
+
"modelspec.thumbnail": "(data:image/jpeg;base64,/9jxxxxxxxxx)"
|
43 |
|
44 |
## SDXL embed format (safetensor)
|
45 |
|