stable-diffusion.cpp
stable-diffusion.cpp copied to clipboard
Merge models and loras
We can quantize models to gguf but cab we please get the features to merge models with loras as well I could create new merge models thx
Did a hacky patch that does something similar. It applies a lora AFTER quantization and then writes the gguf.
https://github.com/leejet/stable-diffusion.cpp/pull/709
+1 on this, I was just about to open the same issue.
Except obviously merging before quant or even no quant at all.
I will see and try to update my hacky patch.
If you export close to the type of the input model it will basically just be a merge.