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!

  • @[email protected]
    link
    fedilink
    English
    2
    edit-2
    1 year ago

    Just to be thorough, does your docker run command / docker-compose have a volume field or flag to link your folder from your host to the container? Or are you making these folders from within the container?

    • @RangelusOP
      link
      English
      11 year ago

      Forgive me for not knowing the details here, I’ve never used Docker before so I’m just following the guide.

      I first created a folder, then I cloned the git repo to it. Finally, from the command prompt, I ran the install command from within the folder.

      [docker compose --profile download up --build]

      • @[email protected]
        link
        fedilink
        English
        31 year ago

        Show me your docker-compose.yml contents. Won’t be able to reply until later in the morning. But I should be able to help you get set up.

        • @RangelusOP
          link
          English
          11 year ago

          I really appreciate it. You can find here.

        • @RangelusOP
          link
          English
          11 year ago

          So it turns out I was using the incorrect file type. I had chosen a set of model files that came with the install that were .pth files. These didn’t work, but when I tried it with .ckpt files it works as expected. Big sigh. Thanks for the help anyway mate!