Convert Hugging Face model repo to Safetensors
Explore GenAI model efficiency on ML.ENERGY leaderboard
Display model benchmark results
Browse and filter ML model leaderboard data
Download a TriplaneGaussian model checkpoint
Visualize model performance on function calling tasks
Browse and filter machine learning models by category and modality
Create and manage ML pipelines with ZenML Dashboard
Launch web-based model application
Evaluate adversarial robustness using generative models
Rank machines based on LLaMA 7B v2 benchmark results
Generate and view leaderboard for LLM evaluations
Merge Lora adapters with a base model
This tool is designed to convert Hugging Face (HF) model repositories into a single safetensors file formatted for compatibility with SDXL, SD 1.5, or LoRA models. It simplifies the process of managing and deploying these models by consolidating them into an efficient, lightweight format. The tool is particularly useful for users looking to streamline their workflow and optimize model performance.
safetensors
and transformers
.Note: Edit the configuration file to include multiple models if you need to batch process several repositories.
What models are supported by this conversion tool?
This tool is specifically designed for SDXL, SD 1.5, and LoRA models. It ensures compatibility with these architectures by formatting the safetensors file appropriately.
Can I use this tool for models not based on SDXL or LoRA?
No, this tool is optimized for SDXL, SD 1.5, and LoRA models. Using it with other architectures may result in compatibility issues or errors.
How do I avoid data loss during conversion?
The conversion process is designed to preserve model integrity. However, always backup your original repository before running the tool to ensure data safety.