Open
Description
I would like to ask if there are plans to support LoRA fine-tuning for Flux Fill (inpainting)? I see that the community has already supported related code, and I would like to ask if this can be directly integrated? Thank you
https://github.com/huggingface/diffusers/blob/7a350cc8da60ee67f12a5bf5d3b3fcb4c06ffdb0/examples/research_projects/dreambooth_inpaint/train_dreambooth_inpaint_lora_flux.py
My request is to add support for DreamBooth fine-tuning and LoRA fine-tuning with flux fill.
Currently, the official implementation does not have this feature.
I can help promote integrating this into the official version, including support for loading and fine-tuning models in FP8.