You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
added Support for converting back to ckpt.
added A file explorer for easier conversion.
added option to add a suffix to the output file
added hash check for files
Copy file name to clipboardExpand all lines: README.md
+30Lines changed: 30 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,8 @@ This tool conversion process still requires the .ckpt data to be loaded first, w
39
39
</p>
40
40
</div>
41
41
42
+
43
+
42
44
<!-- TABLE OF CONTENTS -->
43
45
<details>
44
46
<summary>Table of Contents</summary>
@@ -56,6 +58,34 @@ This tool conversion process still requires the .ckpt data to be loaded first, w
56
58
57
59
58
60
61
+
<!-- Update -->
62
+
# Update
63
+
### Version 0.1.0
64
+
I am happy to share the release of version 0.1.0 of Safe-and-Stable-Ckpt2Safetensors-Conversion-Tool-GUI
65
+
66
+
This version includes the following new features and improvements:
67
+
* Support for converting back to ckpt. now you can convert safetensors to ckpt and vice versa.
68
+
* A file explorer for easier conversion.
69
+
* The option to add a suffix to the output file, allowing users to keep the original file.
70
+
* A hash check for files, displaying the first 8 characters of the hash.
71
+
72
+
Please note that converting a ckpt file to a safetensors file will change the hash of the file due the structure change of the file.
73
+
74
+
However, when converting back and forth between ckpt and safetensors, the hash will remain consistent.
75
+
76
+
For example, an original ckpt file with the hash "ccf3615f" will be converted to a safetensors file with the hash "0248da5c", and back to a ckpt file with the hash "68ed20ac". Both hashes will remain consistent between the two file formats.
77
+
78
+
Please consider donating to the project if you find it useful,so that I can maintain and improve this tool and other projects.
79
+
80
+
I hope you find these new features and improvements useful. As always, i welcome your feedback and suggestions.
81
+
82
+
Thank you for using my project.
83
+
84
+
<palign="right">(<ahref="#readme-top">back to top</a>)</p>
0 commit comments