diffusers icon indicating copy to clipboard operation
diffusers copied to clipboard

How to use a specific model from huggingface or Google Drive to train the images / How to load model locally?

Open dvelm opened this issue 3 years ago • 2 comments

I would like to train subjects in a specific model, how can I use it here instead of the original stable diffusion model 1.4, 1.5, 2.0, ecc

dvelm avatar Dec 09 '22 12:12 dvelm

Hey @dvelm,

you can load the model locally with: https://huggingface.co/docs/diffusers/using-diffusers/loading#loading-pipelines-locally

patrickvonplaten avatar Dec 13 '22 08:12 patrickvonplaten

Hey @dvelm,

you can load the model locally with: https://huggingface.co/docs/diffusers/using-diffusers/loading#loading-pipelines-locally

I wrote in the wrong section. I wanted to ask in the model training thread

dvelm avatar Dec 14 '22 13:12 dvelm

This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread.

Please note that issues that do not follow the contributing guidelines are likely to be ignored.

github-actions[bot] avatar Jan 08 '23 15:01 github-actions[bot]