MyGit

8.0.0

AbdBarho/stable-diffusion-webui-docker

版本发布时间: 2023-06-24 16:07:32

AbdBarho/stable-diffusion-webui-docker最新发布版本:8.2.0(2024-01-02 01:48:29)

Breaking changes

Due to the increasing number of models and folders required for the UIs and extensions, the folder structure have been changed, now it looks something like this:

.
├── data
│   ├── .cache         # cache for intermediary packages
│   ├── config         # UI specific config
│   ├── embeddings     # embeddings
│   └── models         # all the models that were previously scattered around in /data
                       # this folder will be mounted replacing `auto`s model folder, so any extensions
                       # that write or read from this folder should see it

There is a migration script that would restructure the files for you, you can run it in bash or in WSL from the root of this repo:

sudo ./.devscripts/migratev7tov8.sh

Notes

Full Changelog: https://github.com/AbdBarho/stable-diffusion-webui-docker/compare/7.0.0...8.0.0

相关地址:原始地址 下载(tar) 下载(zip)

查看:2023-06-24发行的版本