Readme
About
This model is a Cog implementation of loading Flux-Dev LoRAs via Huggingface Diffusers.
Under Examples, you will find LoRAs trained using the Flux diffusers trainer
Some examples showcase
Dreambooth
LoRAs like
ptx0/flux-dreambooth-lora-r16-dev
Some examples showcase
Style
LoRAs like
alvdansen/frosting_lane_flux
How to run
Create a Dreambooth LoRA and upload it onto Huggingface.
Then use that huggingface path (
alvdansen/frosting_lane_flux
) or URL (
https://huggingface.co/alvdansen/frosting_lane_flux/resolve/main/flux_dev_frostinglane_araminta_k.safetensors
) for the value of the
hf_lora
parameter.
Note: A compatible Diffusers LoRA Training model is in the works