Nerogar / OneTrainer

OneTrainer is a one-stop solution for all your stable diffusion training needs.
GNU Affero General Public License v3.0
1.69k stars 140 forks source link

[Feat]: Flux-Dev2Pro Support #501

Open Vigilence opened 4 days ago

Vigilence commented 4 days ago

Describe your use-case.

Read through here.

Its a distilled model that allows better finetunes/loras.

What would you like to see as a solution?

support for this model

Have you considered alternatives? List them here.

No response

thecat99z commented 2 days ago

There's no need for a specific support. It already works. Just download all the files from the Flux-Dev2pro repo and put them in a folder named transformer that will replace the original folder from your FLUX.1-Dev folder. Don't delete the original one just move it. Or better use symlinks.

Vigilence commented 2 days ago

The "transformer" folder can be anywhere or I have to place it at a specific location? If you can share a screenshot that would be great because I tried just pointing to the folder with the .safetensor file and had issues.

thecat99z commented 2 days ago

You should have a FLUX.1-Dev folder identical to the original huggingface folder. Downlaod all files or best is to git clone and have all the diffusers subfolders like this screenshot the transformer subfolder is the one you replace the files with the ones from the flux-Dev2 repo.