stable-diffusion.cpp icon indicating copy to clipboard operation
stable-diffusion.cpp copied to clipboard

[Question] Can I convert a sd model with lora converting and merging into it?

Open mzwing opened this issue 1 year ago • 0 comments

./sd -M convert -m Anything/anything_v30.ckpt --lora-model-dir lcm-lora-sdv1-5 -o Anything-GGUF/anything_v30_LCM.Q4_0.gguf -v --type q4_0

If I run the command above, it will neither merge the lora into the converted model nor convert it into gguf.

I want to merge the lora into the model and then convert the new model. Are there any ways to do that?

idk whether it is a good way to use LCM-LoRA :(

Env:

(Sorry for my poor English.)

mzwing avatar Mar 14 '24 05:03 mzwing