mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2025-11-30 15:44:28 -05:00
Fix & Update to use lstein (#131)
1. Update `docker-compose.yml`: use `PRELOAD=true` for lstein. See the
[note](94bad8555a/docs/installation/INSTALL_LINUX.md (L60))
in the installation guide of InvokeAI.
3. Fix `services/lstein/mount.sh`: change `CodeFormer` to `Codeformer`.
4. Update `services/lstein/mount.sh`: avoid having to re-download the
`${PWD}/gfpgan/weights/...` every time the container is started.
This commit is contained in:
@@ -53,5 +53,5 @@ services:
|
||||
profiles: ["lstein"]
|
||||
build: ./services/lstein/
|
||||
environment:
|
||||
- PRELOAD=false
|
||||
- PRELOAD=true
|
||||
- CLI_ARGS=
|
||||
|
||||
Reference in New Issue
Block a user