Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support reading .ckpt files #2193

Merged
merged 2 commits into from
Sep 10, 2023
Merged

Support reading .ckpt files #2193

merged 2 commits into from
Sep 10, 2023

Conversation

joeyballentine
Copy link
Member

@joeyballentine joeyballentine commented Sep 8, 2023

This adds basic support for reading models saved in .ckpt format. I only tested this with ones saved via @styler00dollar's Colab-traiNNer, so i don't know if this applies to anything else that allows training things like esrgan or compact with pytorch-lightning (if that even exists in the first place aside from Colab-traiNNer). But this at least gives a bit of a starting point for being able to support other things that use ckpt files.

Why is this useful? Well, it kinda isn't right now. But maybe it will be in the future for things like DiffBIR where the models are released as ckpts.

image

@joeyballentine joeyballentine merged commit d5dc265 into main Sep 10, 2023
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant