Closed terrificdm closed 1 month ago
+1 meet same errors ... @kohya-ss . any solutions now? @terrificdm
Is there somewhere I can download safetensors that are causing the error? I'd like to test with it.
+1 meet same errors ... @kohya-ss . any solutions now? @terrificdm
Since the newest diffusers lib supports loading Kohya flux lora directly, you don't need to convert lora format before loading it.
The weird thing is that I noticed the newest diffusers lib also leveraged codes from convert_flux_lora.py
and it
worked well...
Is there somewhere I can download safetensors that are causing the error? I'd like to test with it.
You can try this one. Thanks. https://huggingface.co/terrificdm/example/blob/main/flux_lora_wta-000004.safetensors
I've added a workaround for this error, please give it a try.
After flux lora training, I used
convert_flux_lora.py
to convert sd-scripts lora to diffusers type lora, but encountered below error:My running script is as below: