前置条件
步骤
- 克隆项目 stable-diffusion-webui-docker
git clone https://github.com/AbdBarho/stable-diffusion-webui-docker --depth=1 cd stable-diffusion-webui-docker
- 运行命令
docker compose --profile download up --build
- 全部下载完成后运行
你可以在项目的readme那里看到不同的ui界面# where [ui] is one of: invoke | auto | auto-cpu | sygil | sygil-sl $ui = 'auto' docker compose --profile $ui up --build
2023/2/19大约 1 分钟