Converting Fine-Tuned Flux Safetensors to Diffusers Format #10258
Replies: 2 comments
|
does this script help? |
0 replies
|
I used I finally managed to convert the convert code |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello, I am currently fine-tuning the Flux-Canny model and the Flux model.
The resulting safetensors files produced by the tools I use (x-flux, kohya_ss) do not come with a config.json, and the internal weight names or structure seem slightly different from the Diffusers-compatible safetensors.
I would like to convert these fine-tuned safetensors files into a Diffusers-compatible format.
Could you suggest any methods or tools to achieve this?
All reactions