This should: - [ ] Define a canonical LoRA format (checkpoint structure) - [ ] Implement LoRA checkpoint adapters for top-2 "source" LoRA formats into DiffusionKit's "target" (canonical) LoRA format - [ ] Allow for fusing LoRA weights into base weights as an optional argument - [ ] Document the process for adding checkpoint adapters for additional source implementations The top-2 most used implementations is subjective. We can take the most downloaded LoRAs on Hugging Face as proxy. For example: [[sorted by downloads]](https://huggingface.co/models?other=base_model:adapter:black-forest-labs%2FFLUX.1-dev&sort=downloads): <img width="909" alt="Screenshot 2024-09-10 at 11 17 37 AM" src="https://github.com/user-attachments/assets/c7f1974c-c7e7-4605-9482-09668dbd2f15">
This should:
The top-2 most used implementations is subjective. We can take the most downloaded LoRAs on Hugging Face as proxy. For example: [sorted by downloads]: