hydrian / stable-diffusion-webui-rocm

A stable diffusion webui configuration for AMD ROCm
GNU General Public License v2.0
21 stars 4 forks source link

Preserve config across redeploys #3

Open hydrian opened 1 year ago

hydrian commented 1 year ago

web-users.sh and web-ui.json are not preserved over redeploys. Due to the location where stable-diffusion-webui places these files, it make them difficult to put in docker volumes.

There is a bug with using --data-dir argument because of https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/7684