Downloads · 30 days
726
5% of all-time downloads
ashen0209/Flux-Dev2Pro
Flux-Dev2Pro is a text-to-image model from ashen0209. Use it when you need an image from a text prompt. It is set up for diffusers.
Flux-Dev2Pro finetunes the transformer of Flux-Dev to make LoRA training better.
Downloads · 30 days
726
5% of all-time downloads
All-time downloads
13.9K
Public
Parameters
11.9B
23.8 GB on disk
Likes
194
Public
Click a slice to open those files.
.safetensors23.8 GB · 100%
From the Hugging Face model README
Flux-Dev2Pro finetunes the transformer of Flux-Dev to make LoRA training better.
As discussed in this blog https://medium.com/@zhiwangshi28/why-flux-lora-so-hard-to-train-and-how-to-overcome-it-a0c70bc59eaf, LoRA trained on Flux-Dev often yields bad results, because without guidance distillation the LoRA training is diverged from the original training process. Flux-Dev2Pro recovers Flux-pro from Flux-dev by finetuning the model for many steps. Two epoch of 3M high quality images have been trained.
The LoRA trained on Flux-Dev2pro yields a much better results when being applied on Flux-dev, just like LoRA trained on SDXL and being applied to SDXL-turbo/lightning.
To use this model, run:
from diffusers import FluxTransformer2DModel
transformer = FluxTransformer2DModel.from_pretrained("ashen0209/Flux-Dev2Pro", torch_dtype=torch.bfloat16)