-
Hi, I’d like to ask how to convert a model from the Diffusers format back to the original checkpoint format (e.g., .ckpt or .safetensors)? |
Beta Was this translation helpful? Give feedback.
Answered by
a-r-r-o-w
Jun 27, 2025
Replies: 1 comment 4 replies
-
maybe @a-r-r-o-w can answer this, if there's such a conversion script, it probably is in finetrainers as I remember talking about it. If not, the only way to do it is to reverse the conversion done in this script |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, the conversion will be lossless and should match the exact outputs under the same input conditions (or at least roughly be similar).
Reversing the script should be as simple doing the opposite renamings done in that transformer dict