Reading model from a local file
Greetings.
Consider I have a model.ckpt file, and it's trained and saved on my local computer. It's not hosted on huggingface and let's consider it's a little bit confidential and cannot be hosted anywhere. How can I feed it into from_pretrained() function?
Hi @prp-e! You can load a local model using from_pretrained("local/path") if it was previously saved there with model.save_pretrained("local/path").
Great. I was curious if it is possible to use multimodalart/majesty-diffusion with diffusers. I guess it's not possible yet.
Not yet, but community model contributions are very much welcome! 🤗 cc @apolinario
Could we open a new issue about adding "majesty-diffusion" to not loose track here. Closing this one as "Reading model from a local file" was answered above.