How to train the lora for stable diffusion xl

#1
by Nixiiak77 - opened

Can you give me some advice or repo for training lora of stable diffusion xl?
Thx!!!

Owner

Can you give me some advice or repo for training lora of stable diffusion xl?
Thx!!!

You can utilize the following project: https://github.com/bmaltais/kohya_ss

Can you give me some advice or repo for training lora of stable diffusion xl?
Thx!!!

You can utilize the following project: https://github.com/bmaltais/kohya_ss

OK, I'll try that repo. Thx!!

I've tried that repo with the sdxl_train_network to train my lora, however, the size of the checkpoint is much smaller than yours, with 60MB. Can you give me more advice on the parameter setting or the dataset setting to train a lora like yours with 1.8GB.
Really looking forward to your reply, pls!!!

Owner

I've tried that repo with the sdxl_train_network to train my lora, however, the size of the checkpoint is much smaller than yours, with 60MB. Can you give me more advice on the parameter setting or the dataset setting to train a lora like yours with 1.8GB.
Really looking forward to your reply, pls!!!

This may be due to the difference in LoRA rank size. Our training parameters were referenced from the following video:
https://www.youtube.com/watch?v=y2J7EZUk_a0

I've tried that repo with the sdxl_train_network to train my lora, however, the size of the checkpoint is much smaller than yours, with 60MB. Can you give me more advice on the parameter setting or the dataset setting to train a lora like yours with 1.8GB.
Really looking forward to your reply, pls!!!

This may be due to the difference in LoRA rank size. Our training parameters were referenced from the following video:
https://www.youtube.com/watch?v=y2J7EZUk_a0

I'll try that, thx!!!

Sign up or log in to comment