Can not load LoRA model from SimpleTuner, no effect
Hi, I am not sure why but I can not load LoRA model from SimpleTuner, no effect. Please fix, thanks! <3
Hi, I am not sure why but I can not load LoRA model from SimpleTuner, no effect. Please fix, thanks! <3
Can you provide the LoRA model file?
Sure, where can I send it?
Is there a url that can be provided for download?
@wailovet I can send via e-mail.
@wailovet I can send via e-mail.
This is my e-mail. [email protected]
I guess that the LoRA model trained by SimpleTuner uses Diffusers+PEFT. In ComfyUI, some key-value conversions may be required.
@wailovet Hi, mail sent, pls check!
I haven't found a way to directly load diffusers lora in ComfyUI. However, you can use a script for conversion. https://github.com/huggingface/diffusers/blob/main/scripts/convert_diffusers_sdxl_lora_to_webui.py
python convert_diffusers_sdxl_lora_to_webui.py --input_lora ./lora_sample.safetensors --output_lora ./lora_sample_sd.safetensors
The converted model is working normally on my side.
I haven't found a way to directly load diffusers lora in ComfyUI. However, you can use a script for conversion. https://github.com/huggingface/diffusers/blob/main/scripts/convert_diffusers_sdxl_lora_to_webui.py
python convert_diffusers_sdxl_lora_to_webui.py --input_lora ./lora_sample.safetensors --output_lora ./lora_sample_sd.safetensorsThe converted model is working normally on my side.
Thx, I gonna try!
