diff --git a/README.md b/README.md index 6468a01..e992f2e 100644 --- a/README.md +++ b/README.md @@ -89,3 +89,4 @@ Special thanks to everyone behind these awesome projects, without them, none of - [CompVis/stable-diffusion](https://github.com/CompVis/stable-diffusion) - [hlky/sd-enable-textual-inversion](https://github.com/hlky/sd-enable-textual-inversion) - [devilismyfriend/latent-diffusion](https://github.com/devilismyfriend/latent-diffusion) +- [Hafiidz/latent-diffusion](https://github.com/Hafiidz/latent-diffusion) diff --git a/services/hlky/Dockerfile b/services/hlky/Dockerfile index 8e9eadd..79c5f03 100644 --- a/services/hlky/Dockerfile +++ b/services/hlky/Dockerfile @@ -25,8 +25,8 @@ RUN pip install -U --no-cache-dir pyperclip # Note: don't update the sha of previous versions because the install will take forever # instead, update the repo state in a later step -ARG BRANCH=dev -ARG WEBUI_SHA=be2ece06837e37d90181a17340c7e1aac91ba4fb +ARG BRANCH=master +ARG WEBUI_SHA=2236e8b5854092054e2c30edc559006ace53bf96 RUN <