Convert Stable Diffusion checkpoint to Diffusers and open a PR
Track, rank and evaluate open LLMs and chatbots
Evaluate adversarial robustness using generative models
SolidityBench Leaderboard
Visualize model performance on function calling tasks
Pergel: A Unified Benchmark for Evaluating Turkish LLMs
Optimize and train foundation models using IBM's FMS
Browse and evaluate ML tasks in MLIP Arena
Browse and filter machine learning models by category and modality
Calculate memory usage for LLM models
Submit models for evaluation and view leaderboard
Browse and submit LLM evaluations
Convert and upload model files for Stable Diffusion
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.