this post was submitted on 07 Jul 2023
13 points (100.0% liked)

Stable Diffusion

4255 readers
15 users here now

Discuss matters related to our favourite AI Art generation technology

Also see

Other communities

founded 1 year ago
MODERATORS
 

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?

ETA: Discovered I was using the wrong file type (.pth) instead of the correct one (.ckpt). When I tried it with that file type it works perfectly. Thank you everyone for your quick responses and help! Y'all were way faster and more helpful than Reddit!

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 year ago (2 children)

Searching through the issues, this seemed relevant:

there are a couple of complicating factors.. One is that all the different modules (stable diffusion, esrgan, realesrgan, clip, blip, codeformer, etc..) have their own functions to download models and their own preferred places to save them, and currently not all of them are configurable. Would be nice if they could be changed so they look in models// so just the models dir could be mapped to the host file system and kept outside the image.

Source link

So it reads like it’s going to be dependent on the module and all of the module’s specific nuances.

[–] [email protected] 2 points 1 year ago (1 children)

module or model? Because for models it's blindingly easy.

[–] [email protected] 1 points 1 year ago

I'm trying to add different models, not modules.

[–] [email protected] 1 points 1 year ago

Arg, I didn't spot that. That's frustrating. Thanks