Convert Stable Diffusion checkpoint to Diffusers and open a PR
Explore and benchmark visual document retrieval models
Display leaderboard of language model evaluations
Benchmark AI models by comparison
Measure execution times of BERT models using WebGPU and WASM
Download a TriplaneGaussian model checkpoint
Convert Hugging Face model repo to Safetensors
View and submit language model evaluations
Display and submit LLM benchmarks
Pergel: A Unified Benchmark for Evaluating Turkish LLMs
Evaluate open LLMs in the languages of LATAM and Spain.
Leaderboard of information retrieval models in French
Measure over-refusal in LLMs using OR-Bench
SD To Diffusers is a tool designed to convert Stable Diffusion checkpoint models into the Diffusers framework. It simplifies the process of transitioning from Stable Diffusion to Diffusers, enabling users to leverage the flexibility and advancements of the Diffusers library while maintaining the functionality of their existing models.
• Model Conversion: Seamlessly convert Stable Diffusion checkpoints to Diffusers-compatible formats.
• Compatibility: Ensures Converted models work seamlessly with the Diffusers framework.
• Ease of Use: A straightforward process that requires minimal technical expertise.
• Community Contribution: Facilitates opening Pull Requests (PRs) to integrate converted models into the Diffusers library.
pip install sd-to-diffusers
to install the tool..ckpt
or .pt
file ready.1. How do I install SD To Diffusers?
Install the tool using pip: pip install sd-to-diffusers
.
2. What file formats does SD To Diffusers support?
The tool supports .ckpt
and .pt
files for conversion.
3. Can I use SD To Diffusers for any Stable Diffusion model?
Yes, SD To Diffusers is designed to work with any Stable Diffusion checkpoint, provided it is in the supported format.