this post was submitted on 07 Jul 2023
12 points (100.0% liked)
Stable Diffusion
4304 readers
1 users here now
Discuss matters related to our favourite AI Art generation technology
Also see
Other communities
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Actually I tried running it, the correct folder would be. [PATH_TO_WHERE_YOU_GIT_CLONE]/stable-diffusion-webui-docker/data/models/Stable-diffusion
So I had a sudden thought, went back and tried a different model file that is a .ckpt file rather than the .pth files I was testing with. This worked, so obviously it was a simple matter of the wrong file type. Now I feel foolish!
Out of curiosity, what is the .pth file type used for?
Never install .ckpt checkpoints (unless you're 1000% sure of the source. Always use safetensors files instead.
Hmm, that's a good point. I've just looked up the difference. Thanks
So far I only have seen .pth in upscalers. Inside the folders ERSGAN and RealERSGAN for example. And yes models are .chkpt or .safetensors
I see. Well thanks for your help anyway mate 🙂