ignacfetser

Results 3 comments of ignacfetser

> @haofanwang Another question: `convert_lora_safetensor_to_diffusers.py` converts safetensors to diffusers format. After I trained LoRA model, I have the following in the output folder and checkpoint subfolder: > > How to...

@harrywang I've just realized that I used a different version of the lora training script which explains the missing file: https://github.com/huggingface/diffusers/blob/main/examples/dreambooth/train_dreambooth_lora.py I'll check out the one you've linked if I...

@harrywang so I have just replaced the 'custom_checkpoint_0.pkl' with 'pytorch_model.bin' in the converter script and it works just fine using in automatic1111