diStyApps/Safe-and-Stable-Ckpt2Safetensors-Conversion-Tool-GUI
A GUI utility that converts Stable Diffusion checkpoint files from .ckpt format to the safer .safetensors format.

Velocity · 7d
+0.4
★ / day
Trend
→steady
star history
This is a Python-based desktop tool that allows users to convert Stable Diffusion model checkpoints from .ckpt format to .safetensors format. It provides a GUI interface for easier use compared to command-line alternatives. The conversion addresses security concerns around pickle-based .ckpt files, which can potentially contain malicious code, while .safetensors offers a safer alternative without requiring full deserialization.