Hi guys,
I used the Docker install from here. It was easy to get Automatic1111’s web interface up and running, but I’m trying to add new models and I can’t figure out how to do it.
I’ve created a /data/StableDiffusion folder (which didn’t exist), and added model files from /data/models, with no effect. I’ve added them to /data/models/stable-diffusion (which already exists), with no effect. Is there another location where the files are stored? Do I need to do something else to get them to work?
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?
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 🙂
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