Update versions (#146)

- auto:
https://github.com/AUTOMATIC1111/stable-diffusion-webui/commit/36a0ba357ab0742c3c4a28437b68fb29a235afbe
  - History tab should be working, closes #138 
- hlky:
https://github.com/sd-webui/stable-diffusion-webui/commit/bd57d22f2e0ec7eed084bdf2a4c0dcc0ed745daf
- experimental support for the streamlit UI, use the env var
`USE_STREAMLIT`, see the `docker-compose.yml` file, closes #105
  - Don't create issues if it fails, it is still very early in dev.
This commit is contained in:
AbdBarho
2022-10-16 16:27:20 +02:00
committed by GitHub
parent 463f332d14
commit c1e13867d9
4 changed files with 22 additions and 8 deletions
+1
View File
@@ -29,6 +29,7 @@ services:
build: ./services/hlky/
environment:
- CLI_ARGS=--optimized-turbo
- USE_STREAMLIT=0
auto: &automatic
<<: *base_service