Open xiaohaier123 opened 1 month ago
Could you share the current training script? I am trying to fine-tune with less data, and I will share the relevant results here.
having the same issue fine tune with sd3 branch, wasn't sure if it settings or low steps number 1000 on 10 images but tried DreamBooth on SD1.5 with those settings before and results were good
I've had good luck just finetuning through lora and merging.
having the same issue fine tune with sd3 branch, wasn't sure if it settings or low steps number 1000 on 10 images but tried DreamBooth on SD1.5 with those settings before and results were good
Unfortunately SD1.5/2/SDXL training with sd3 branch is not tested yet. Please use main branch for them.
flux is a distillation model not for fine-tune, but lora works well. Maybe distillation model can't be used for base model fine-tune?
I pulled the code from the sd3 branch, used the flux_train.py script, and fine-tuned it based on my own 130,000 images, but the inference images became of poor quality, blurry, and the human body was deformed(3w step).